Html Css Color HEX #74166A Palatinate Purple

📋 copy color: '#74166A'

red 116 ◦ green 22 ◦ blue 106

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

Shades of Palatinate Purple #74166A

Tints of Palatinate Purple #74166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 47.54%
G = 9.02%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74166A (or 0x74166A) is known color: Palatinate Purple. HEX triplet: 74, 16 and 6A. RGB value is (116,22,106). Sum of RGB (Red+Green+Blue) = 116+22+106=244 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.54% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 116 - color contains mainly: red. Hex color #74166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74166A is #8BE995. Grayscale: #3B3B3B. Windows color (decimal): -9169302 or 6952564. OLE color: 6952564.

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

Color convert

RGB 116 22 106 -
CMYK 0 0.81 0.09 0.55
HSL 306.38º 0.68% 0.27% -
HSV(B) 306.38º 0.81% 0.45% -
XYZ 10.09 5.33 14.13 -
YUV 59.68 154.14 168.17 -
System Red Green Blue C M Y K H S L
Decimal 116 22 106 0 0.81 0.09 0.55 306.38 0.68 0.27
Hex 74 16 6A 0 51 9 37 132 44 1B
Octal 164 26 152 0 121 11 67 462 104 33
Binary 1110100 10110 1101010 0 1010001 1001 110111 100110010 1000100 11011

Color Harmonies of #74166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74166A

Black with #74166A

Text Example


Text Example

White with #74166A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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