Html Css Color HEX #571255 Palatinate Purple

📋 copy color: '#571255'

red 87 ◦ green 18 ◦ blue 85

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

Shades of Palatinate Purple #571255

Tints of Palatinate Purple #571255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 44.74%

R = 45.79%
G = 9.47%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#571255 (or 0x571255) is known color: Palatinate Purple. HEX triplet: 57, 12 and 55. RGB value is (87,18,85). Sum of RGB (Red+Green+Blue) = 87+18+85=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571255 is #A8EDAA. Grayscale: #2E2E2E. Windows color (decimal): -11070891 or 5575255. OLE color: 5575255.

HSL color Cylindrical-coordinate representation of color #571255: hue angle of 301.74º 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 #571255 is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 18 85 -
CMYK 0 0.79 0.02 0.66
HSL 301.74º 0.66% 0.21% -
HSV(B) 301.74º 0.79% 0.34% -
XYZ 5.79 3.11 8.89 -
YUV 46.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 87 18 85 0 0.79 0.02 0.66 301.74 0.66 0.21
Hex 57 12 55 0 4F 2 42 12E 42 15
Octal 127 22 125 0 117 2 102 456 102 25
Binary 1010111 10010 1010101 0 1001111 10 1000010 100101110 1000010 10101

Color Harmonies of #571255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571255

Black with #571255

Text Example


Text Example

White with #571255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571255; }

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

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

background-color css

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

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

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

border-color css

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

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

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