Html Css Color HEX #780B5A Palatinate Purple

📋 copy color: '#780B5A'

red 120 ◦ green 11 ◦ blue 90

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

Shades of Palatinate Purple #780B5A

Tints of Palatinate Purple #780B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.72%

R = 54.3%
G = 4.98%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.53

RGB Variations

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

Color information

#780B5A (or 0x780B5A) is known color: Palatinate Purple. HEX triplet: 78, 0B and 5A. RGB value is (120,11,90). Sum of RGB (Red+Green+Blue) = 120+11+90=221 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.30% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5A is #87F4A5. Grayscale: #343434. Windows color (decimal): -8909990 or 5901176. OLE color: 5901176.

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

Color convert

RGB 120 11 90 -
CMYK 0 0.91 0.25 0.53
HSL 316.51º 0.83% 0.26% -
HSV(B) 316.51º 0.91% 0.47% -
XYZ 9.71 4.97 10.12 -
YUV 52.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 120 11 90 0 0.91 0.25 0.53 316.51 0.83 0.26
Hex 78 B 5A 0 5B 19 35 13D 53 1A
Octal 170 13 132 0 133 31 65 475 123 32
Binary 1111000 1011 1011010 0 1011011 11001 110101 100111101 1010011 11010

Color Harmonies of #780B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780B5A

Black with #780B5A

Text Example


Text Example

White with #780B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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