Html Css Color HEX #74116E Dark Purple

📋 copy color: '#74116E'

red 116 ◦ green 17 ◦ blue 110

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

Shades of Dark Purple #74116E

Tints of Dark Purple #74116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 47.74%
G = 7%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#74116E (or 0x74116E) is known color: Dark Purple. HEX triplet: 74, 11 and 6E. RGB value is (116,17,110). Sum of RGB (Red+Green+Blue) = 116+17+110=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #74116E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74116E is #8BEE91. Grayscale: #383838. Windows color (decimal): -9170578 or 7213428. OLE color: 7213428.

HSL color Cylindrical-coordinate representation of color #74116E: hue angle of 303.64º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74116E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 110 -
CMYK 0 0.85 0.05 0.55
HSL 303.64º 0.74% 0.26% -
HSV(B) 303.64º 0.85% 0.45% -
XYZ 10.22 5.24 15.22 -
YUV 57.2 157.8 169.94 -
System Red Green Blue C M Y K H S L
Decimal 116 17 110 0 0.85 0.05 0.55 303.64 0.74 0.26
Hex 74 11 6E 0 55 5 37 130 4A 1A
Octal 164 21 156 0 125 5 67 460 112 32
Binary 1110100 10001 1101110 0 1010101 101 110111 100110000 1001010 11010

Color Harmonies of #74116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74116E

Black with #74116E

Text Example


Text Example

White with #74116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74116E; }

 p { color: rgb(116,17,110); }

 H1.HeaderClassName
 {
   color: #74116E;
 }
 .AnyTagClassName
 {
   color: #74116E;
 }
</style>

background-color css

<style>
 a { background-color: #74116E; }

 a { background-color: rgb(116,17,110); }

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

border-color css

<style>
 span { border-color: #74116E; }

 span { border-color: rgb(116,17,110); }

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