Html Css Color HEX #570B5A Palatinate Purple

📋 copy color: '#570B5A'

red 87 ◦ green 11 ◦ blue 90

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

Shades of Palatinate Purple #570B5A

Tints of Palatinate Purple #570B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.85%

 BLUE value IS 90 (35.55% from 255) = 47.87%

R = 46.28%
G = 5.85%
B = 47.87%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570B5A (or 0x570B5A) is known color: Palatinate Purple. HEX triplet: 57, 0B and 5A. RGB value is (87,11,90). Sum of RGB (Red+Green+Blue) = 87+11+90=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 90 (35.55% from 255 or 47.87% from 188); Max value from RGB is 90 - color contains mainly: blue. Hex color #570B5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570B5A is #A8F4A5. Grayscale: #2A2A2A. Windows color (decimal): -11072678 or 5901143. OLE color: 5901143.

HSL color Cylindrical-coordinate representation of color #570B5A: hue angle of 297.72º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #570B5A is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 11 90 -
CMYK 0.03 0.88 0 0.65
HSL 297.72º 0.78% 0.2% -
HSV(B) 297.72º 0.88% 0.35% -
XYZ 5.9 3 9.94 -
YUV 42.73 154.68 159.58 -
System Red Green Blue C M Y K H S L
Decimal 87 11 90 0.03 0.88 0 0.65 297.72 0.78 0.2
Hex 57 B 5A 3 58 0 41 12A 4E 14
Octal 127 13 132 3 130 0 101 452 116 24
Binary 1010111 1011 1011010 11 1011000 0 1000001 100101010 1001110 10100

Color Harmonies of #570B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570B5A

Black with #570B5A

Text Example


Text Example

White with #570B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570B5A; }

 p { color: rgb(87,11,90); }

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

background-color css

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

 a { background-color: rgb(87,11,90); }

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

border-color css

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

 span { border-color: rgb(87,11,90); }

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