Html Css Color HEX #740E69 Dark Purple

📋 copy color: '#740E69'

red 116 ◦ green 14 ◦ blue 105

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

Shades of Dark Purple #740E69

Tints of Dark Purple #740E69

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.96%

 BLUE value IS 105 (41.41% from 255) = 44.68%

R = 49.36%
G = 5.96%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#740E69 (or 0x740E69) is known color: Dark Purple. HEX triplet: 74, 0E and 69. RGB value is (116,14,105). Sum of RGB (Red+Green+Blue) = 116+14+105=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 14 (5.86% from 255 or 5.96% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740E69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740E69 is #8BF196. Grayscale: #363636. Windows color (decimal): -9171351 or 6884980. OLE color: 6884980.

HSL color Cylindrical-coordinate representation of color #740E69: hue angle of 306.47º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #740E69 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 14 105 -
CMYK 0 0.88 0.09 0.55
HSL 306.47º 0.78% 0.25% -
HSV(B) 306.47º 0.88% 0.45% -
XYZ 9.91 5.05 13.82 -
YUV 54.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 116 14 105 0 0.88 0.09 0.55 306.47 0.78 0.25
Hex 74 E 69 0 58 9 37 132 4E 19
Octal 164 16 151 0 130 11 67 462 116 31
Binary 1110100 1110 1101001 0 1011000 1001 110111 100110010 1001110 11001

Color Harmonies of #740E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740E69

Black with #740E69

Text Example


Text Example

White with #740E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,14,105); }

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

background-color css

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

 a { background-color: rgb(116,14,105); }

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

border-color css

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

 span { border-color: rgb(116,14,105); }

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