Html Css Color HEX #781565 Palatinate Purple

📋 copy color: '#781565'

red 120 ◦ green 21 ◦ blue 101

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

Shades of Palatinate Purple #781565

Tints of Palatinate Purple #781565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.74%

R = 49.59%
G = 8.68%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#781565 (or 0x781565) is known color: Palatinate Purple. HEX triplet: 78, 15 and 65. RGB value is (120,21,101). Sum of RGB (Red+Green+Blue) = 120+21+101=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #781565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781565 is #87EA9A. Grayscale: #3B3B3B. Windows color (decimal): -8907419 or 6624632. OLE color: 6624632.

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

Color convert

RGB 120 21 101 -
CMYK 0 0.83 0.16 0.53
HSL 311.52º 0.7% 0.28% -
HSV(B) 311.52º 0.83% 0.47% -
XYZ 10.36 5.47 12.82 -
YUV 59.72 151.3 171 -
System Red Green Blue C M Y K H S L
Decimal 120 21 101 0 0.83 0.16 0.53 311.52 0.7 0.28
Hex 78 15 65 0 53 10 35 138 46 1C
Octal 170 25 145 0 123 20 65 470 106 34
Binary 1111000 10101 1100101 0 1010011 10000 110101 100111000 1000110 11100

Color Harmonies of #781565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781565

Black with #781565

Text Example


Text Example

White with #781565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781565; }

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

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

background-color css

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

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

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

border-color css

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

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

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