Html Css Color HEX #572253 Palatinate Purple

📋 copy color: '#572253'

red 87 ◦ green 34 ◦ blue 83

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

Shades of Palatinate Purple #572253

Tints of Palatinate Purple #572253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

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

R = 42.65%
G = 16.67%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#572253 (or 0x572253) is known color: Palatinate Purple. HEX triplet: 57, 22 and 53. RGB value is (87,34,83). Sum of RGB (Red+Green+Blue) = 87+34+83=204 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.65% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 87 - color contains mainly: red. Hex color #572253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572253 is #A8DDAC. Grayscale: #373737. Windows color (decimal): -11066797 or 5448279. OLE color: 5448279.

HSL color Cylindrical-coordinate representation of color #572253: hue angle of 304.53º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #572253 is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 34 83 -
CMYK 0 0.61 0.05 0.66
HSL 304.53º 0.44% 0.24% -
HSV(B) 304.53º 0.61% 0.34% -
XYZ 6.06 3.79 8.6 -
YUV 55.43 143.56 150.52 -
System Red Green Blue C M Y K H S L
Decimal 87 34 83 0 0.61 0.05 0.66 304.53 0.44 0.24
Hex 57 22 53 0 3D 5 42 131 2C 18
Octal 127 42 123 0 75 5 102 461 54 30
Binary 1010111 100010 1010011 0 111101 101 1000010 100110001 101100 11000

Color Harmonies of #572253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572253

Black with #572253

Text Example


Text Example

White with #572253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572253; }

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

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

background-color css

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

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

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

border-color css

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

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

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