Html Css Color HEX #740DCB Dark Violet

📋 copy color: '#740DCB'

red 116 ◦ green 13 ◦ blue 203

#740DCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #740DCB

Tints of Dark Violet #740DCB

RGB

 RED value IS 116 (45.7% from 255) = 34.94%

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 203 (79.69% from 255) = 61.14%

R = 34.94%
G = 3.92%
B = 61.14%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#740DCB (or 0x740DCB) is known color: Dark Violet. HEX triplet: 74, 0D and CB. RGB value is (116,13,203). Sum of RGB (Red+Green+Blue) = 116+13+203=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #740DCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DCB is #8BF234. Grayscale: #404040. Windows color (decimal): -9171509 or 13307252. OLE color: 13307252.

HSL color Cylindrical-coordinate representation of color #740DCB: hue angle of 272.53º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740DCB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 13 203 -
CMYK 0.43 0.94 0 0.20
HSL 272.53º 0.88% 0.42% -
HSV(B) 272.53º 0.94% 0.8% -
XYZ 18.13 8.31 57.15 -
YUV 65.46 205.62 164.05 -
System Red Green Blue C M Y K H S L
Decimal 116 13 203 0.43 0.94 0 0.20 272.53 0.88 0.42
Hex 74 D CB 2B 5E 0 14 111 58 2A
Octal 164 15 313 53 136 0 24 421 130 52
Binary 1110100 1101 11001011 101011 1011110 0 10100 100010001 1011000 101010

Color Harmonies of #740DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DCB

Black with #740DCB

Text Example


Text Example

White with #740DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740DCB; }

 p { color: rgb(116,13,203); }

 H1.HeaderClassName
 {
   color: #740DCB;
 }
 .AnyTagClassName
 {
   color: #740DCB;
 }
</style>

background-color css

<style>
 a { background-color: #740DCB; }

 a { background-color: rgb(116,13,203); }

 div.DivClassName
 {
   background-color: #740DCB;
 }
 .BgClassName
 {
   background-color: #740DCB;
 }
</style>

border-color css

<style>
 span { border-color: #740DCB; }

 span { border-color: rgb(116,13,203); }

 td.TdClassName
 {
   border-color: #740DCB;
 }
 .TagClassName
 {
   border-color: #740DCB;
 }
</style>