Html Css Color HEX #740DC9 Dark Violet

📋 copy color: '#740DC9'

red 116 ◦ green 13 ◦ blue 201

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

Shades of Dark Violet #740DC9

Tints of Dark Violet #740DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 60.91%

R = 35.15%
G = 3.94%
B = 60.91%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#740DC9 (or 0x740DC9) is known color: Dark Violet. HEX triplet: 74, 0D and C9. RGB value is (116,13,201). Sum of RGB (Red+Green+Blue) = 116+13+201=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 201 (78.91% from 255 or 60.91% from 330); Max value from RGB is 201 - color contains mainly: blue. Hex color #740DC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740DC9 is #8BF236. Grayscale: #404040. Windows color (decimal): -9171511 or 13176180. OLE color: 13176180.

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

Color convert

RGB 116 13 201 -
CMYK 0.42 0.94 0 0.21
HSL 272.87º 0.88% 0.42% -
HSV(B) 272.87º 0.94% 0.79% -
XYZ 17.89 8.22 55.9 -
YUV 65.23 204.62 164.21 -
System Red Green Blue C M Y K H S L
Decimal 116 13 201 0.42 0.94 0 0.21 272.87 0.88 0.42
Hex 74 D C9 2A 5E 0 15 111 58 2A
Octal 164 15 311 52 136 0 25 421 130 52
Binary 1110100 1101 11001001 101010 1011110 0 10101 100010001 1011000 101010

Color Harmonies of #740DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740DC9

Black with #740DC9

Text Example


Text Example

White with #740DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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