Html Css Color HEX #780D5E Palatinate Purple

📋 copy color: '#780D5E'

red 120 ◦ green 13 ◦ blue 94

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

Shades of Palatinate Purple #780D5E

Tints of Palatinate Purple #780D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

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

R = 52.86%
G = 5.73%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#780D5E (or 0x780D5E) is known color: Palatinate Purple. HEX triplet: 78, 0D and 5E. RGB value is (120,13,94). Sum of RGB (Red+Green+Blue) = 120+13+94=227 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.86% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 120 - color contains mainly: red. Hex color #780D5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D5E is #87F2A1. Grayscale: #363636. Windows color (decimal): -8909474 or 6163832. OLE color: 6163832.

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

Color convert

RGB 120 13 94 -
CMYK 0 0.89 0.22 0.53
HSL 314.58º 0.8% 0.26% -
HSV(B) 314.58º 0.89% 0.47% -
XYZ 9.91 5.09 11.05 -
YUV 54.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 120 13 94 0 0.89 0.22 0.53 314.58 0.8 0.26
Hex 78 D 5E 0 59 16 35 13B 50 1A
Octal 170 15 136 0 131 26 65 473 120 32
Binary 1111000 1101 1011110 0 1011001 10110 110101 100111011 1010000 11010

Color Harmonies of #780D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780D5E

Black with #780D5E

Text Example


Text Example

White with #780D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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