Html Css Color HEX #780C5E Palatinate Purple

📋 copy color: '#780C5E'

red 120 ◦ green 12 ◦ blue 94

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

Shades of Palatinate Purple #780C5E

Tints of Palatinate Purple #780C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

 BLUE value IS 94 (37.11% from 255) = 41.59%

R = 53.1%
G = 5.31%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#780C5E (or 0x780C5E) is known color: Palatinate Purple. HEX triplet: 78, 0C and 5E. RGB value is (120,12,94). Sum of RGB (Red+Green+Blue) = 120+12+94=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780C5E is #87F3A1. Grayscale: #353535. Windows color (decimal): -8909730 or 6163576. OLE color: 6163576.

HSL color Cylindrical-coordinate representation of color #780C5E: hue angle of 314.44º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780C5E is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 12 94 -
CMYK 0 0.90 0.22 0.53
HSL 314.44º 0.82% 0.26% -
HSV(B) 314.44º 0.9% 0.47% -
XYZ 9.9 5.06 11.05 -
YUV 53.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 120 12 94 0 0.90 0.22 0.53 314.44 0.82 0.26
Hex 78 C 5E 0 5A 16 35 13A 52 1A
Octal 170 14 136 0 132 26 65 472 122 32
Binary 1111000 1100 1011110 0 1011010 10110 110101 100111010 1010010 11010

Color Harmonies of #780C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780C5E

Black with #780C5E

Text Example


Text Example

White with #780C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,12,94); }

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

background-color css

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

 a { background-color: rgb(120,12,94); }

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

border-color css

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

 span { border-color: rgb(120,12,94); }

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