Html Css Color HEX #781560 Palatinate Purple

📋 copy color: '#781560'

red 120 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #781560

Tints of Palatinate Purple #781560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.51%

R = 50.63%
G = 8.86%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#781560 (or 0x781560) is known color: Palatinate Purple. HEX triplet: 78, 15 and 60. RGB value is (120,21,96). Sum of RGB (Red+Green+Blue) = 120+21+96=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781560 is #87EA9F. Grayscale: #3A3A3A. Windows color (decimal): -8907424 or 6296952. OLE color: 6296952.

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

Color convert

RGB 120 21 96 -
CMYK 0 0.83 0.2 0.53
HSL 314.55º 0.7% 0.28% -
HSV(B) 314.55º 0.83% 0.47% -
XYZ 10.13 5.37 11.57 -
YUV 59.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 120 21 96 0 0.83 0.2 0.53 314.55 0.7 0.28
Hex 78 15 60 0 53 14 35 13B 46 1C
Octal 170 25 140 0 123 24 65 473 106 34
Binary 1111000 10101 1100000 0 1010011 10100 110101 100111011 1000110 11100

Color Harmonies of #781560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781560

Black with #781560

Text Example


Text Example

White with #781560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781560; }

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

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

background-color css

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

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

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

border-color css

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

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

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