Html Css Color HEX #74106A Dark Purple

📋 copy color: '#74106A'

red 116 ◦ green 16 ◦ blue 106

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

Shades of Dark Purple #74106A

Tints of Dark Purple #74106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.72%

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

R = 48.74%
G = 6.72%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74106A (or 0x74106A) is known color: Dark Purple. HEX triplet: 74, 10 and 6A. RGB value is (116,16,106). Sum of RGB (Red+Green+Blue) = 116+16+106=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 16 (6.64% from 255 or 6.72% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #74106A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74106A is #8BEF95. Grayscale: #373737. Windows color (decimal): -9170838 or 6951028. OLE color: 6951028.

HSL color Cylindrical-coordinate representation of color #74106A: hue angle of 306º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #74106A is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 16 106 -
CMYK 0 0.86 0.09 0.55
HSL 306º 0.76% 0.26% -
HSV(B) 306º 0.86% 0.45% -
XYZ 9.99 5.12 14.1 -
YUV 56.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 116 16 106 0 0.86 0.09 0.55 306 0.76 0.26
Hex 74 10 6A 0 56 9 37 132 4C 1A
Octal 164 20 152 0 126 11 67 462 114 32
Binary 1110100 10000 1101010 0 1010110 1001 110111 100110010 1001100 11010

Color Harmonies of #74106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74106A

Black with #74106A

Text Example


Text Example

White with #74106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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