Html Css Color HEX #571750 Palatinate Purple

📋 copy color: '#571750'

red 87 ◦ green 23 ◦ blue 80

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

Shades of Palatinate Purple #571750

Tints of Palatinate Purple #571750

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.11%

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

R = 45.79%
G = 12.11%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#571750 (or 0x571750) is known color: Palatinate Purple. HEX triplet: 57, 17 and 50. RGB value is (87,23,80). Sum of RGB (Red+Green+Blue) = 87+23+80=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #571750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571750 is #A8E8AF. Grayscale: #303030. Windows color (decimal): -11069616 or 5248855. OLE color: 5248855.

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

Color convert

RGB 87 23 80 -
CMYK 0 0.74 0.08 0.66
HSL 306.56º 0.58% 0.22% -
HSV(B) 306.56º 0.74% 0.34% -
XYZ 5.68 3.22 7.91 -
YUV 48.63 145.7 155.37 -
System Red Green Blue C M Y K H S L
Decimal 87 23 80 0 0.74 0.08 0.66 306.56 0.58 0.22
Hex 57 17 50 0 4A 8 42 133 3A 16
Octal 127 27 120 0 112 10 102 463 72 26
Binary 1010111 10111 1010000 0 1001010 1000 1000010 100110011 111010 10110

Color Harmonies of #571750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571750

Black with #571750

Text Example


Text Example

White with #571750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571750; }

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

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

background-color css

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

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

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

border-color css

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

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

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