Html Css Color HEX #74116A Dark Purple

📋 copy color: '#74116A'

red 116 ◦ green 17 ◦ blue 106

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

Shades of Dark Purple #74116A

Tints of Dark Purple #74116A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 44.35%

R = 48.54%
G = 7.11%
B = 44.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74116A (or 0x74116A) is known color: Dark Purple. HEX triplet: 74, 11 and 6A. RGB value is (116,17,106). Sum of RGB (Red+Green+Blue) = 116+17+106=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74116A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74116A is #8BEE95. Grayscale: #383838. Windows color (decimal): -9170582 or 6951284. OLE color: 6951284.

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

Color convert

RGB 116 17 106 -
CMYK 0 0.85 0.09 0.55
HSL 306.06º 0.74% 0.26% -
HSV(B) 306.06º 0.85% 0.45% -
XYZ 10 5.15 14.1 -
YUV 56.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 116 17 106 0 0.85 0.09 0.55 306.06 0.74 0.26
Hex 74 11 6A 0 55 9 37 132 4A 1A
Octal 164 21 152 0 125 11 67 462 112 32
Binary 1110100 10001 1101010 0 1010101 1001 110111 100110010 1001010 11010

Color Harmonies of #74116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74116A

Black with #74116A

Text Example


Text Example

White with #74116A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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