Html Css Color HEX #781260 Palatinate Purple

📋 copy color: '#781260'

red 120 ◦ green 18 ◦ blue 96

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

Shades of Palatinate Purple #781260

Tints of Palatinate Purple #781260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 51.28%
G = 7.69%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.2

 K value IS 0.53

RGB Variations

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

Color information

#781260 (or 0x781260) is known color: Palatinate Purple. HEX triplet: 78, 12 and 60. RGB value is (120,18,96). Sum of RGB (Red+Green+Blue) = 120+18+96=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #781260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781260 is #87ED9F. Grayscale: #393939. Windows color (decimal): -8908192 or 6296184. OLE color: 6296184.

HSL color Cylindrical-coordinate representation of color #781260: hue angle of 314.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #781260 is Cyan = 0, Magento = 0.85, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 18 96 -
CMYK 0 0.85 0.2 0.53
HSL 314.12º 0.74% 0.27% -
HSV(B) 314.12º 0.85% 0.47% -
XYZ 10.07 5.27 11.55 -
YUV 57.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 120 18 96 0 0.85 0.2 0.53 314.12 0.74 0.27
Hex 78 12 60 0 55 14 35 13A 4A 1B
Octal 170 22 140 0 125 24 65 472 112 33
Binary 1111000 10010 1100000 0 1010101 10100 110101 100111010 1001010 11011

Color Harmonies of #781260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781260

Black with #781260

Text Example


Text Example

White with #781260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #781260; }

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

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

background-color css

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

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

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

border-color css

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

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

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