Html Css Color HEX #781C5D Palatinate Purple

📋 copy color: '#781C5D'

red 120 ◦ green 28 ◦ blue 93

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

Shades of Palatinate Purple #781C5D

Tints of Palatinate Purple #781C5D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 49.79%
G = 11.62%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#781C5D (or 0x781C5D) is known color: Palatinate Purple. HEX triplet: 78, 1C and 5D. RGB value is (120,28,93). Sum of RGB (Red+Green+Blue) = 120+28+93=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781C5D is #87E3A2. Grayscale: #3E3E3E. Windows color (decimal): -8905635 or 6102136. OLE color: 6102136.

HSL color Cylindrical-coordinate representation of color #781C5D: hue angle of 317.61º degrees, saturation: 0.62, 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 #781C5D is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 28 93 -
CMYK 0 0.77 0.22 0.53
HSL 317.61º 0.62% 0.29% -
HSV(B) 317.61º 0.77% 0.47% -
XYZ 10.14 5.61 10.91 -
YUV 62.92 144.98 168.71 -
System Red Green Blue C M Y K H S L
Decimal 120 28 93 0 0.77 0.22 0.53 317.61 0.62 0.29
Hex 78 1C 5D 0 4D 16 35 13E 3E 1D
Octal 170 34 135 0 115 26 65 476 76 35
Binary 1111000 11100 1011101 0 1001101 10110 110101 100111110 111110 11101

Color Harmonies of #781C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781C5D

Black with #781C5D

Text Example


Text Example

White with #781C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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