Html Css Color HEX #780A5E Palatinate Purple

📋 copy color: '#780A5E'

red 120 ◦ green 10 ◦ blue 94

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

Shades of Palatinate Purple #780A5E

Tints of Palatinate Purple #780A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.46%

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

R = 53.57%
G = 4.46%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#780A5E (or 0x780A5E) is known color: Palatinate Purple. HEX triplet: 78, 0A and 5E. RGB value is (120,10,94). Sum of RGB (Red+Green+Blue) = 120+10+94=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780A5E is #87F5A1. Grayscale: #343434. Windows color (decimal): -8910242 or 6163064. OLE color: 6163064.

HSL color Cylindrical-coordinate representation of color #780A5E: hue angle of 314.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780A5E is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 10 94 -
CMYK 0 0.92 0.22 0.53
HSL 314.18º 0.85% 0.25% -
HSV(B) 314.18º 0.92% 0.47% -
XYZ 9.87 5.02 11.04 -
YUV 52.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 120 10 94 0 0.92 0.22 0.53 314.18 0.85 0.25
Hex 78 A 5E 0 5C 16 35 13A 55 19
Octal 170 12 136 0 134 26 65 472 125 31
Binary 1111000 1010 1011110 0 1011100 10110 110101 100111010 1010101 11001

Color Harmonies of #780A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780A5E

Black with #780A5E

Text Example


Text Example

White with #780A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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