Html Css Color HEX #780B5E Palatinate Purple

📋 copy color: '#780B5E'

red 120 ◦ green 11 ◦ blue 94

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

Shades of Palatinate Purple #780B5E

Tints of Palatinate Purple #780B5E

RGB

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

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

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

R = 53.33%
G = 4.89%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#780B5E (or 0x780B5E) is known color: Palatinate Purple. HEX triplet: 78, 0B and 5E. RGB value is (120,11,94). Sum of RGB (Red+Green+Blue) = 120+11+94=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5E is #87F4A1. Grayscale: #343434. Windows color (decimal): -8909986 or 6163320. OLE color: 6163320.

HSL color Cylindrical-coordinate representation of color #780B5E: hue angle of 314.31º 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 #780B5E is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 11 94 -
CMYK 0 0.91 0.22 0.53
HSL 314.31º 0.83% 0.26% -
HSV(B) 314.31º 0.91% 0.47% -
XYZ 9.89 5.04 11.04 -
YUV 53.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 120 11 94 0 0.91 0.22 0.53 314.31 0.83 0.26
Hex 78 B 5E 0 5B 16 35 13A 53 1A
Octal 170 13 136 0 133 26 65 472 123 32
Binary 1111000 1011 1011110 0 1011011 10110 110101 100111010 1010011 11010

Color Harmonies of #780B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B5E

Black with #780B5E

Text Example


Text Example

White with #780B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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