Html Css Color HEX #570553 Palatinate Purple

📋 copy color: '#570553'

red 87 ◦ green 5 ◦ blue 83

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

Shades of Palatinate Purple #570553

Tints of Palatinate Purple #570553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 49.71%
G = 2.86%
B = 47.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.05

 K value IS 0.66

RGB Variations

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

Color information

#570553 (or 0x570553) is known color: Palatinate Purple. HEX triplet: 57, 05 and 53. RGB value is (87,5,83). Sum of RGB (Red+Green+Blue) = 87+5+83=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #570553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570553 is #A8FAAC. Grayscale: #262626. Windows color (decimal): -11074221 or 5440855. OLE color: 5440855.

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

Color convert

RGB 87 5 83 -
CMYK 0 0.94 0.05 0.66
HSL 302.93º 0.89% 0.18% -
HSV(B) 302.93º 0.94% 0.34% -
XYZ 5.55 2.76 8.42 -
YUV 38.41 153.17 162.66 -
System Red Green Blue C M Y K H S L
Decimal 87 5 83 0 0.94 0.05 0.66 302.93 0.89 0.18
Hex 57 5 53 0 5E 5 42 12F 59 12
Octal 127 5 123 0 136 5 102 457 131 22
Binary 1010111 101 1010011 0 1011110 101 1000010 100101111 1011001 10010

Color Harmonies of #570553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570553

Black with #570553

Text Example


Text Example

White with #570553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570553; }

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

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

background-color css

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

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

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

border-color css

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

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

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