Html Css Color HEX #780F5B Palatinate Purple

📋 copy color: '#780F5B'

red 120 ◦ green 15 ◦ blue 91

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

Shades of Palatinate Purple #780F5B

Tints of Palatinate Purple #780F5B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.64%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 53.1%
G = 6.64%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#780F5B (or 0x780F5B) is known color: Palatinate Purple. HEX triplet: 78, 0F and 5B. RGB value is (120,15,91). Sum of RGB (Red+Green+Blue) = 120+15+91=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 15 (6.25% from 255 or 6.64% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F5B is #87F0A4. Grayscale: #363636. Windows color (decimal): -8908965 or 5967736. OLE color: 5967736.

HSL color Cylindrical-coordinate representation of color #780F5B: hue angle of 316.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F5B is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 15 91 -
CMYK 0 0.87 0.24 0.53
HSL 316.57º 0.78% 0.26% -
HSV(B) 316.57º 0.88% 0.47% -
XYZ 9.8 5.09 10.36 -
YUV 55.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 120 15 91 0 0.87 0.24 0.53 316.57 0.78 0.26
Hex 78 F 5B 0 57 18 35 13D 4E 1A
Octal 170 17 133 0 127 30 65 475 116 32
Binary 1111000 1111 1011011 0 1010111 11000 110101 100111101 1001110 11010

Color Harmonies of #780F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780F5B

Black with #780F5B

Text Example


Text Example

White with #780F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,15,91); }

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

background-color css

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

 a { background-color: rgb(120,15,91); }

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

border-color css

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

 span { border-color: rgb(120,15,91); }

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