Html Css Color HEX #781563 Palatinate Purple

📋 copy color: '#781563'

red 120 ◦ green 21 ◦ blue 99

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

Shades of Palatinate Purple #781563

Tints of Palatinate Purple #781563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.25%

R = 50%
G = 8.75%
B = 41.25%

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

#781563 (or 0x781563) is known color: Palatinate Purple. HEX triplet: 78, 15 and 63. RGB value is (120,21,99). Sum of RGB (Red+Green+Blue) = 120+21+99=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 99 (39.06% from 255 or 41.25% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781563 is #87EA9C. Grayscale: #3B3B3B. Windows color (decimal): -8907421 or 6493560. OLE color: 6493560.

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

Color convert

RGB 120 21 99 -
CMYK 0 0.83 0.17 0.53
HSL 312.73º 0.7% 0.28% -
HSV(B) 312.73º 0.83% 0.47% -
XYZ 10.27 5.43 12.31 -
YUV 59.49 150.3 171.16 -
System Red Green Blue C M Y K H S L
Decimal 120 21 99 0 0.83 0.17 0.53 312.73 0.7 0.28
Hex 78 15 63 0 53 11 35 139 46 1C
Octal 170 25 143 0 123 21 65 471 106 34
Binary 1111000 10101 1100011 0 1010011 10001 110101 100111001 1000110 11100

Color Harmonies of #781563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781563

Black with #781563

Text Example


Text Example

White with #781563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781563; }

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

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

background-color css

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

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

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

border-color css

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

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

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