Html Css Color HEX #570F52 Palatinate Purple

📋 copy color: '#570F52'

red 87 ◦ green 15 ◦ blue 82

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

Shades of Palatinate Purple #570F52

Tints of Palatinate Purple #570F52

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.15%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 47.28%
G = 8.15%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#570F52 (or 0x570F52) is known color: Palatinate Purple. HEX triplet: 57, 0F and 52. RGB value is (87,15,82). Sum of RGB (Red+Green+Blue) = 87+15+82=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 15 (6.25% from 255 or 8.15% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #570F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570F52 is #A8F0AD. Grayscale: #2B2B2B. Windows color (decimal): -11071662 or 5377879. OLE color: 5377879.

HSL color Cylindrical-coordinate representation of color #570F52: hue angle of 304.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F52 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 15 82 -
CMYK 0 0.83 0.06 0.66
HSL 304.17º 0.71% 0.2% -
HSV(B) 304.17º 0.83% 0.34% -
XYZ 5.62 2.98 8.26 -
YUV 44.17 149.35 158.55 -
System Red Green Blue C M Y K H S L
Decimal 87 15 82 0 0.83 0.06 0.66 304.17 0.71 0.2
Hex 57 F 52 0 53 6 42 130 47 14
Octal 127 17 122 0 123 6 102 460 107 24
Binary 1010111 1111 1010010 0 1010011 110 1000010 100110000 1000111 10100

Color Harmonies of #570F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570F52

Black with #570F52

Text Example


Text Example

White with #570F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,15,82); }

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

background-color css

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

 a { background-color: rgb(87,15,82); }

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

border-color css

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

 span { border-color: rgb(87,15,82); }

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