#571CA8

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

Shades of Purple Heart #571CA8

Tints of Purple Heart #571CA8

Color information

#571CA8 (or 0x571CA8) is unknown color: approx Purple Heart. HEX triplet: 57, 1C and A8. RGB value is (87,28,168). Sum of RGB (Red+Green+Blue) = 87+28+168=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 168 (66.02% from 255 or 59.36% from 283); Max value from RGB is 168 - color contains mainly: blue. Hex color #571CA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571CA8 is #A8E357. Grayscale: #3D3D3D. Windows color (decimal): -11068248 or 11017303. OLE color: 11017303.

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

Color convert

RGB8728168-
CMYK0.480.8300.34
HSL265.29º71.43%38.43%-
HSV(B)265.29º83.33%65.88%-
XYZ11.415.6837.54-
YUV61.6188.05146.12-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 168 (66.02% from 255) = 59.36%
R=30.74%
G=9.89%
B=59.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal87281680.480.8300.34265.2971.4338.43
Hex571CA830530221094726
Octal127342506012304241110746
Binary10101111110010101000110000101001101000101000010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571CA8; }

 p { color: rgb(87,28,168); }

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

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

 a { background-color: rgb(87,28,168); }

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

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

 span { border-color: rgb(87,28,168); }

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