Html Css Color HEX #571258 Palatinate Purple

📋 copy color: '#571258'

red 87 ◦ green 18 ◦ blue 88

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

Shades of Palatinate Purple #571258

Tints of Palatinate Purple #571258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

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

R = 45.08%
G = 9.33%
B = 45.6%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#571258 (or 0x571258) is known color: Palatinate Purple. HEX triplet: 57, 12 and 58. RGB value is (87,18,88). Sum of RGB (Red+Green+Blue) = 87+18+88=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #571258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571258 is #A8EDA7. Grayscale: #2E2E2E. Windows color (decimal): -11070888 or 5771863. OLE color: 5771863.

HSL color Cylindrical-coordinate representation of color #571258: hue angle of 299.14º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571258 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 18 88 -
CMYK 0.01 0.80 0 0.65
HSL 299.14º 0.66% 0.21% -
HSV(B) 299.14º 0.8% 0.35% -
XYZ 5.91 3.16 9.53 -
YUV 46.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 87 18 88 0.01 0.80 0 0.65 299.14 0.66 0.21
Hex 57 12 58 1 50 0 41 12B 42 15
Octal 127 22 130 1 120 0 101 453 102 25
Binary 1010111 10010 1011000 1 1010000 0 1000001 100101011 1000010 10101

Color Harmonies of #571258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571258

Black with #571258

Text Example


Text Example

White with #571258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571258; }

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

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

background-color css

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

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

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

border-color css

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

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

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