Html Css Color HEX #570C58 Palatinate Purple

📋 copy color: '#570C58'

red 87 ◦ green 12 ◦ blue 88

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

Shades of Palatinate Purple #570C58

Tints of Palatinate Purple #570C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.42%

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 46.52%
G = 6.42%
B = 47.06%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#570C58 (or 0x570C58) is known color: Palatinate Purple. HEX triplet: 57, 0C and 58. RGB value is (87,12,88). Sum of RGB (Red+Green+Blue) = 87+12+88=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #570C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570C58 is #A8F3A7. Grayscale: #2A2A2A. Windows color (decimal): -11072424 or 5770327. OLE color: 5770327.

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

Color convert

RGB 87 12 88 -
CMYK 0.01 0.86 0 0.65
HSL 299.21º 0.76% 0.2% -
HSV(B) 299.21º 0.86% 0.35% -
XYZ 5.82 2.99 9.5 -
YUV 43.09 153.35 159.32 -
System Red Green Blue C M Y K H S L
Decimal 87 12 88 0.01 0.86 0 0.65 299.21 0.76 0.2
Hex 57 C 58 1 56 0 41 12B 4C 14
Octal 127 14 130 1 126 0 101 453 114 24
Binary 1010111 1100 1011000 1 1010110 0 1000001 100101011 1001100 10100

Color Harmonies of #570C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570C58

Black with #570C58

Text Example


Text Example

White with #570C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,12,88); }

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

background-color css

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

 a { background-color: rgb(87,12,88); }

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

border-color css

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

 span { border-color: rgb(87,12,88); }

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