Html Css Color HEX #781866 Palatinate Purple

📋 copy color: '#781866'

red 120 ◦ green 24 ◦ blue 102

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

Shades of Palatinate Purple #781866

Tints of Palatinate Purple #781866

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 48.78%
G = 9.76%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#781866 (or 0x781866) is known color: Palatinate Purple. HEX triplet: 78, 18 and 66. RGB value is (120,24,102). Sum of RGB (Red+Green+Blue) = 120+24+102=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 102 (40.23% from 255 or 41.46% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781866 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781866 is #87E799. Grayscale: #3D3D3D. Windows color (decimal): -8906650 or 6690936. OLE color: 6690936.

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

Color convert

RGB 120 24 102 -
CMYK 0 0.8 0.15 0.53
HSL 311.25º 0.67% 0.28% -
HSV(B) 311.25º 0.8% 0.47% -
XYZ 10.47 5.61 13.1 -
YUV 61.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 120 24 102 0 0.8 0.15 0.53 311.25 0.67 0.28
Hex 78 18 66 0 50 F 35 137 43 1C
Octal 170 30 146 0 120 17 65 467 103 34
Binary 1111000 11000 1100110 0 1010000 1111 110101 100110111 1000011 11100

Color Harmonies of #781866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781866

Black with #781866

Text Example


Text Example

White with #781866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781866; }

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

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

background-color css

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

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

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

border-color css

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

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

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