Html Css Color HEX #781666 Palatinate Purple

📋 copy color: '#781666'

red 120 ◦ green 22 ◦ blue 102

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

Shades of Palatinate Purple #781666

Tints of Palatinate Purple #781666

RGB

 RED value IS 120 (47.27% from 255) = 49.18%

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

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 49.18%
G = 9.02%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#781666 (or 0x781666) is known color: Palatinate Purple. HEX triplet: 78, 16 and 66. RGB value is (120,22,102). Sum of RGB (Red+Green+Blue) = 120+22+102=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781666 is #87E999. Grayscale: #3C3C3C. Windows color (decimal): -8907162 or 6690424. OLE color: 6690424.

HSL color Cylindrical-coordinate representation of color #781666: hue angle of 311.02º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781666 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 22 102 -
CMYK 0 0.82 0.15 0.53
HSL 311.02º 0.69% 0.28% -
HSV(B) 311.02º 0.82% 0.47% -
XYZ 10.43 5.53 13.09 -
YUV 60.42 151.47 170.5 -
System Red Green Blue C M Y K H S L
Decimal 120 22 102 0 0.82 0.15 0.53 311.02 0.69 0.28
Hex 78 16 66 0 52 F 35 137 45 1C
Octal 170 26 146 0 122 17 65 467 105 34
Binary 1111000 10110 1100110 0 1010010 1111 110101 100110111 1000101 11100

Color Harmonies of #781666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781666

Black with #781666

Text Example


Text Example

White with #781666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781666; }

 p { color: rgb(120,22,102); }

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

background-color css

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

 a { background-color: rgb(120,22,102); }

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

border-color css

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

 span { border-color: rgb(120,22,102); }

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