Html Css Color HEX #781B5F Palatinate Purple

📋 copy color: '#781B5F'

red 120 ◦ green 27 ◦ blue 95

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

Shades of Palatinate Purple #781B5F

Tints of Palatinate Purple #781B5F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 49.59%
G = 11.16%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#781B5F (or 0x781B5F) is known color: Palatinate Purple. HEX triplet: 78, 1B and 5F. RGB value is (120,27,95). Sum of RGB (Red+Green+Blue) = 120+27+95=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5F is #87E4A0. Grayscale: #3E3E3E. Windows color (decimal): -8905889 or 6232952. OLE color: 6232952.

HSL color Cylindrical-coordinate representation of color #781B5F: hue angle of 316.13º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B5F is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 27 95 -
CMYK 0 0.78 0.21 0.53
HSL 316.13º 0.63% 0.29% -
HSV(B) 316.13º 0.78% 0.47% -
XYZ 10.2 5.6 11.37 -
YUV 62.56 146.31 168.97 -
System Red Green Blue C M Y K H S L
Decimal 120 27 95 0 0.78 0.21 0.53 316.13 0.63 0.29
Hex 78 1B 5F 0 4E 15 35 13C 3F 1D
Octal 170 33 137 0 116 25 65 474 77 35
Binary 1111000 11011 1011111 0 1001110 10101 110101 100111100 111111 11101

Color Harmonies of #781B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781B5F

Black with #781B5F

Text Example


Text Example

White with #781B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,27,95); }

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

background-color css

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

 a { background-color: rgb(120,27,95); }

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

border-color css

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

 span { border-color: rgb(120,27,95); }

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