Html Css Color HEX #74116F Dark Purple

📋 copy color: '#74116F'

red 116 ◦ green 17 ◦ blue 111

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

Shades of Dark Purple #74116F

Tints of Dark Purple #74116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 45.49%

R = 47.54%
G = 6.97%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74116F (or 0x74116F) is known color: Dark Purple. HEX triplet: 74, 11 and 6F. RGB value is (116,17,111). Sum of RGB (Red+Green+Blue) = 116+17+111=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74116F is #8BEE90. Grayscale: #393939. Windows color (decimal): -9170577 or 7278964. OLE color: 7278964.

HSL color Cylindrical-coordinate representation of color #74116F: hue angle of 303.03º 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 #74116F is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 111 -
CMYK 0 0.85 0.04 0.55
HSL 303.03º 0.74% 0.26% -
HSV(B) 303.03º 0.85% 0.45% -
XYZ 10.27 5.26 15.51 -
YUV 57.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 116 17 111 0 0.85 0.04 0.55 303.03 0.74 0.26
Hex 74 11 6F 0 55 4 37 12F 4A 1A
Octal 164 21 157 0 125 4 67 457 112 32
Binary 1110100 10001 1101111 0 1010101 100 110111 100101111 1001010 11010

Color Harmonies of #74116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74116F

Black with #74116F

Text Example


Text Example

White with #74116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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