Html Css Color HEX #780B60 Palatinate Purple

📋 copy color: '#780B60'

red 120 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #780B60

Tints of Palatinate Purple #780B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

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

R = 52.86%
G = 4.85%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#780B60 (or 0x780B60) is known color: Palatinate Purple. HEX triplet: 78, 0B and 60. RGB value is (120,11,96). Sum of RGB (Red+Green+Blue) = 120+11+96=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B60 is #87F49F. Grayscale: #353535. Windows color (decimal): -8909984 or 6294392. OLE color: 6294392.

HSL color Cylindrical-coordinate representation of color #780B60: hue angle of 313.21º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #780B60 is Cyan = 0, Magento = 0.91, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 96 -
CMYK 0 0.91 0.2 0.53
HSL 313.21º 0.83% 0.26% -
HSV(B) 313.21º 0.91% 0.47% -
XYZ 9.98 5.08 11.52 -
YUV 53.28 152.11 175.59 -
System Red Green Blue C M Y K H S L
Decimal 120 11 96 0 0.91 0.2 0.53 313.21 0.83 0.26
Hex 78 B 60 0 5B 14 35 139 53 1A
Octal 170 13 140 0 133 24 65 471 123 32
Binary 1111000 1011 1100000 0 1011011 10100 110101 100111001 1010011 11010

Color Harmonies of #780B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B60

Black with #780B60

Text Example


Text Example

White with #780B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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