Html Css Color HEX #571052 Palatinate Purple

📋 copy color: '#571052'

red 87 ◦ green 16 ◦ blue 82

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

Shades of Palatinate Purple #571052

Tints of Palatinate Purple #571052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.65%

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

R = 47.03%
G = 8.65%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#571052 (or 0x571052) is known color: Palatinate Purple. HEX triplet: 57, 10 and 52. RGB value is (87,16,82). Sum of RGB (Red+Green+Blue) = 87+16+82=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 16 (6.64% from 255 or 8.65% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571052 is #A8EFAD. Grayscale: #2C2C2C. Windows color (decimal): -11071406 or 5378135. OLE color: 5378135.

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

Color convert

RGB 87 16 82 -
CMYK 0 0.82 0.06 0.66
HSL 304.23º 0.69% 0.2% -
HSV(B) 304.23º 0.82% 0.34% -
XYZ 5.64 3.01 8.27 -
YUV 44.75 149.02 158.13 -
System Red Green Blue C M Y K H S L
Decimal 87 16 82 0 0.82 0.06 0.66 304.23 0.69 0.2
Hex 57 10 52 0 52 6 42 130 45 14
Octal 127 20 122 0 122 6 102 460 105 24
Binary 1010111 10000 1010010 0 1010010 110 1000010 100110000 1000101 10100

Color Harmonies of #571052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571052

Black with #571052

Text Example


Text Example

White with #571052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571052; }

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

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

background-color css

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

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

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

border-color css

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

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

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