Html Css Color HEX #571253 Palatinate Purple

📋 copy color: '#571253'

red 87 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #571253

Tints of Palatinate Purple #571253

RGB

 RED value IS 87 (34.38% from 255) = 46.28%

 GREEN value IS 18 (7.42% from 255) = 9.57%

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 46.28%
G = 9.57%
B = 44.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571253 (or 0x571253) is known color: Palatinate Purple. HEX triplet: 57, 12 and 53. RGB value is (87,18,83). Sum of RGB (Red+Green+Blue) = 87+18+83=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #571253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571253 is #A8EDAC. Grayscale: #2D2D2D. Windows color (decimal): -11070893 or 5444183. OLE color: 5444183.

HSL color Cylindrical-coordinate representation of color #571253: hue angle of 303.48º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571253 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 83 -
CMYK 0 0.79 0.05 0.66
HSL 303.48º 0.66% 0.21% -
HSV(B) 303.48º 0.79% 0.34% -
XYZ 5.71 3.08 8.48 -
YUV 46.04 148.86 157.21 -
System Red Green Blue C M Y K H S L
Decimal 87 18 83 0 0.79 0.05 0.66 303.48 0.66 0.21
Hex 57 12 53 0 4F 5 42 12F 42 15
Octal 127 22 123 0 117 5 102 457 102 25
Binary 1010111 10010 1010011 0 1001111 101 1000010 100101111 1000010 10101

Color Harmonies of #571253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571253

Black with #571253

Text Example


Text Example

White with #571253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571253; }

 p { color: rgb(87,18,83); }

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

background-color css

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

 a { background-color: rgb(87,18,83); }

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

border-color css

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

 span { border-color: rgb(87,18,83); }

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