Html Css Color HEX #781D5B Palatinate Purple

📋 copy color: '#781D5B'

red 120 ◦ green 29 ◦ blue 91

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

Shades of Palatinate Purple #781D5B

Tints of Palatinate Purple #781D5B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.08%

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

R = 50%
G = 12.08%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#781D5B (or 0x781D5B) is known color: Palatinate Purple. HEX triplet: 78, 1D and 5B. RGB value is (120,29,91). Sum of RGB (Red+Green+Blue) = 120+29+91=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 29 (11.72% from 255 or 12.08% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #781D5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D5B is #87E2A4. Grayscale: #3F3F3F. Windows color (decimal): -8905381 or 5971320. OLE color: 5971320.

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

Color convert

RGB 120 29 91 -
CMYK 0 0.76 0.24 0.53
HSL 319.12º 0.61% 0.29% -
HSV(B) 319.12º 0.76% 0.47% -
XYZ 10.07 5.63 10.45 -
YUV 63.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 120 29 91 0 0.76 0.24 0.53 319.12 0.61 0.29
Hex 78 1D 5B 0 4C 18 35 13F 3D 1D
Octal 170 35 133 0 114 30 65 477 75 35
Binary 1111000 11101 1011011 0 1001100 11000 110101 100111111 111101 11101

Color Harmonies of #781D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781D5B

Black with #781D5B

Text Example


Text Example

White with #781D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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