Html Css Color HEX #571250 Palatinate Purple

📋 copy color: '#571250'

red 87 ◦ green 18 ◦ blue 80

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

Shades of Palatinate Purple #571250

Tints of Palatinate Purple #571250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 47.03%
G = 9.73%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571250 (or 0x571250) is known color: Palatinate Purple. HEX triplet: 57, 12 and 50. RGB value is (87,18,80). Sum of RGB (Red+Green+Blue) = 87+18+80=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #571250 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571250 is #A8EDAF. Grayscale: #2D2D2D. Windows color (decimal): -11070896 or 5247575. OLE color: 5247575.

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

Color convert

RGB 87 18 80 -
CMYK 0 0.79 0.08 0.66
HSL 306.09º 0.66% 0.21% -
HSV(B) 306.09º 0.79% 0.34% -
XYZ 5.59 3.04 7.88 -
YUV 45.7 147.36 157.46 -
System Red Green Blue C M Y K H S L
Decimal 87 18 80 0 0.79 0.08 0.66 306.09 0.66 0.21
Hex 57 12 50 0 4F 8 42 132 42 15
Octal 127 22 120 0 117 10 102 462 102 25
Binary 1010111 10010 1010000 0 1001111 1000 1000010 100110010 1000010 10101

Color Harmonies of #571250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571250

Black with #571250

Text Example


Text Example

White with #571250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571250; }

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

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

background-color css

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

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

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

border-color css

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

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

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