Html Css Color HEX #781F5B Palatinate Purple

📋 copy color: '#781F5B'

red 120 ◦ green 31 ◦ blue 91

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

Shades of Palatinate Purple #781F5B

Tints of Palatinate Purple #781F5B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.81%

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

R = 49.59%
G = 12.81%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#781F5B (or 0x781F5B) is known color: Palatinate Purple. HEX triplet: 78, 1F and 5B. RGB value is (120,31,91). Sum of RGB (Red+Green+Blue) = 120+31+91=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #781F5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781F5B is #87E0A4. Grayscale: #404040. Windows color (decimal): -8904869 or 5971832. OLE color: 5971832.

HSL color Cylindrical-coordinate representation of color #781F5B: hue angle of 319.55º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F5B is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 31 91 -
CMYK 0 0.74 0.24 0.53
HSL 319.55º 0.59% 0.3% -
HSV(B) 319.55º 0.74% 0.47% -
XYZ 10.12 5.73 10.47 -
YUV 64.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 120 31 91 0 0.74 0.24 0.53 319.55 0.59 0.3
Hex 78 1F 5B 0 4A 18 35 140 3B 1E
Octal 170 37 133 0 112 30 65 500 73 36
Binary 1111000 11111 1011011 0 1001010 11000 110101 101000000 111011 11110

Color Harmonies of #781F5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781F5B

Black with #781F5B

Text Example


Text Example

White with #781F5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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