#571358

Color #571358 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #571358

Tints of Palatinate Purple #571358

Color information

#571358 (or 0x571358) is unknown color: approx Palatinate Purple. HEX triplet: 57, 13 and 58. RGB value is (87,19,88). Sum of RGB (Red+Green+Blue) = 87+19+88=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #571358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571358 is #A8ECA7. Grayscale: #2E2E2E. Windows color (decimal): -11070632 or 5772119. OLE color: 5772119.

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

Color convert

RGB871988-
CMYK0.010.7800.65
HSL299.13º64.49%20.98%-
HSV(B)299.13º78.41%34.51%-
XYZ5.923.29.54-
YUV47.2151.03156.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 44.85%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 88 (34.77% from 255) = 45.36%
R=44.85%
G=9.79%
B=45.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8719880.010.7800.65299.1364.4920.98
Hex57135814E04112b4015
Octal127231301116010145310025
Binary10101111001110110001100111001000001100101011100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571358; }

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

 H1.HeaderClassName
 {
   color: #571358;
 }
 .AnyTagClassName
 {
   color: #571358;
 }
</style>
background-color css

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

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

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

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

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

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