Html Css Color HEX #571952 Palatinate Purple

📋 copy color: '#571952'

red 87 ◦ green 25 ◦ blue 82

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

Shades of Palatinate Purple #571952

Tints of Palatinate Purple #571952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.89%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 44.85%
G = 12.89%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#571952 (or 0x571952) is known color: Palatinate Purple. HEX triplet: 57, 19 and 52. RGB value is (87,25,82). Sum of RGB (Red+Green+Blue) = 87+25+82=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #571952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571952 is #A8E6AD. Grayscale: #313131. Windows color (decimal): -11069102 or 5380439. OLE color: 5380439.

HSL color Cylindrical-coordinate representation of color #571952: hue angle of 304.84º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #571952 is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 25 82 -
CMYK 0 0.71 0.06 0.66
HSL 304.84º 0.55% 0.22% -
HSV(B) 304.84º 0.71% 0.34% -
XYZ 5.8 3.33 8.32 -
YUV 50.04 146.04 154.37 -
System Red Green Blue C M Y K H S L
Decimal 87 25 82 0 0.71 0.06 0.66 304.84 0.55 0.22
Hex 57 19 52 0 47 6 42 131 37 16
Octal 127 31 122 0 107 6 102 461 67 26
Binary 1010111 11001 1010010 0 1000111 110 1000010 100110001 110111 10110

Color Harmonies of #571952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571952

Black with #571952

Text Example


Text Example

White with #571952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571952; }

 p { color: rgb(87,25,82); }

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

background-color css

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

 a { background-color: rgb(87,25,82); }

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

border-color css

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

 span { border-color: rgb(87,25,82); }

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