Html Css Color HEX #780B5D Palatinate Purple

📋 copy color: '#780B5D'

red 120 ◦ green 11 ◦ blue 93

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

Shades of Palatinate Purple #780B5D

Tints of Palatinate Purple #780B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 53.57%
G = 4.91%
B = 41.52%

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

#780B5D (or 0x780B5D) is known color: Palatinate Purple. HEX triplet: 78, 0B and 5D. RGB value is (120,11,93). Sum of RGB (Red+Green+Blue) = 120+11+93=224 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.57% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5D is #87F4A2. Grayscale: #343434. Windows color (decimal): -8909987 or 6097784. OLE color: 6097784.

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

Color convert

RGB 120 11 93 -
CMYK 0 0.91 0.22 0.53
HSL 314.86º 0.83% 0.26% -
HSV(B) 314.86º 0.91% 0.47% -
XYZ 9.84 5.02 10.81 -
YUV 52.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 120 11 93 0 0.91 0.22 0.53 314.86 0.83 0.26
Hex 78 B 5D 0 5B 16 35 13B 53 1A
Octal 170 13 135 0 133 26 65 473 123 32
Binary 1111000 1011 1011101 0 1011011 10110 110101 100111011 1010011 11010

Color Harmonies of #780B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B5D

Black with #780B5D

Text Example


Text Example

White with #780B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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