Html Css Color HEX #74116C Dark Purple

📋 copy color: '#74116C'

red 116 ◦ green 17 ◦ blue 108

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

Shades of Dark Purple #74116C

Tints of Dark Purple #74116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 48.13%
G = 7.05%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74116C (or 0x74116C) is known color: Dark Purple. HEX triplet: 74, 11 and 6C. RGB value is (116,17,108). Sum of RGB (Red+Green+Blue) = 116+17+108=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #74116C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74116C is #8BEE93. Grayscale: #383838. Windows color (decimal): -9170580 or 7082356. OLE color: 7082356.

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

Color convert

RGB 116 17 108 -
CMYK 0 0.85 0.07 0.55
HSL 304.85º 0.74% 0.26% -
HSV(B) 304.85º 0.85% 0.45% -
XYZ 10.11 5.2 14.66 -
YUV 56.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 116 17 108 0 0.85 0.07 0.55 304.85 0.74 0.26
Hex 74 11 6C 0 55 7 37 131 4A 1A
Octal 164 21 154 0 125 7 67 461 112 32
Binary 1110100 10001 1101100 0 1010101 111 110111 100110001 1001010 11010

Color Harmonies of #74116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74116C

Black with #74116C

Text Example


Text Example

White with #74116C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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