Html Css Color HEX #781564 Palatinate Purple

📋 copy color: '#781564'

red 120 ◦ green 21 ◦ blue 100

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

Shades of Palatinate Purple #781564

Tints of Palatinate Purple #781564

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 100 (39.45% from 255) = 41.49%

R = 49.79%
G = 8.71%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#781564 (or 0x781564) is known color: Palatinate Purple. HEX triplet: 78, 15 and 64. RGB value is (120,21,100). Sum of RGB (Red+Green+Blue) = 120+21+100=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 100 (39.45% from 255 or 41.49% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781564 is #87EA9B. Grayscale: #3B3B3B. Windows color (decimal): -8907420 or 6559096. OLE color: 6559096.

HSL color Cylindrical-coordinate representation of color #781564: hue angle of 312.12º degrees, saturation: 0.7, 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 #781564 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 21 100 -
CMYK 0 0.83 0.17 0.53
HSL 312.12º 0.7% 0.28% -
HSV(B) 312.12º 0.83% 0.47% -
XYZ 10.31 5.45 12.56 -
YUV 59.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 120 21 100 0 0.83 0.17 0.53 312.12 0.7 0.28
Hex 78 15 64 0 53 11 35 138 46 1C
Octal 170 25 144 0 123 21 65 470 106 34
Binary 1111000 10101 1100100 0 1010011 10001 110101 100111000 1000110 11100

Color Harmonies of #781564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781564

Black with #781564

Text Example


Text Example

White with #781564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781564; }

 p { color: rgb(120,21,100); }

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

background-color css

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

 a { background-color: rgb(120,21,100); }

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

border-color css

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

 span { border-color: rgb(120,21,100); }

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