Html Css Color HEX #571153 Palatinate Purple

📋 copy color: '#571153'

red 87 ◦ green 17 ◦ blue 83

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

Shades of Palatinate Purple #571153

Tints of Palatinate Purple #571153

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.09%

 BLUE value IS 83 (32.81% from 255) = 44.39%

R = 46.52%
G = 9.09%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#571153 (or 0x571153) is known color: Palatinate Purple. HEX triplet: 57, 11 and 53. RGB value is (87,17,83). Sum of RGB (Red+Green+Blue) = 87+17+83=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #571153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571153 is #A8EEAC. Grayscale: #2D2D2D. Windows color (decimal): -11071149 or 5443927. OLE color: 5443927.

HSL color Cylindrical-coordinate representation of color #571153: hue angle of 303.43º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571153 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 17 83 -
CMYK 0 0.80 0.05 0.66
HSL 303.43º 0.67% 0.2% -
HSV(B) 303.43º 0.8% 0.34% -
XYZ 5.69 3.05 8.47 -
YUV 45.45 149.19 157.63 -
System Red Green Blue C M Y K H S L
Decimal 87 17 83 0 0.80 0.05 0.66 303.43 0.67 0.2
Hex 57 11 53 0 50 5 42 12F 43 14
Octal 127 21 123 0 120 5 102 457 103 24
Binary 1010111 10001 1010011 0 1010000 101 1000010 100101111 1000011 10100

Color Harmonies of #571153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571153

Black with #571153

Text Example


Text Example

White with #571153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571153; }

 p { color: rgb(87,17,83); }

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

background-color css

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

 a { background-color: rgb(87,17,83); }

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

border-color css

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

 span { border-color: rgb(87,17,83); }

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