#571CA4

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

Shades of Purple Heart #571CA4

Tints of Purple Heart #571CA4

Color information

#571CA4 (or 0x571CA4) is unknown color: approx Purple Heart. HEX triplet: 57, 1C and A4. RGB value is (87,28,164). Sum of RGB (Red+Green+Blue) = 87+28+164=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #571CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571CA4 is #A8E35B. Grayscale: #3C3C3C. Windows color (decimal): -11068252 or 10755159. OLE color: 10755159.

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

Color convert

RGB8728164-
CMYK0.470.8300.36
HSL266.03º70.83%37.65%-
HSV(B)266.03º82.93%64.31%-
XYZ11.055.5435.61-
YUV61.14186.05146.44-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 28 (11.33% from 255) = 10.04%
BLUE value IS 164 (64.45% from 255) = 58.78%
R=31.18%
G=10.04%
B=58.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal87281640.470.8300.36266.0370.8337.65
Hex571CA42F5302410a4726
Octal127342445712304441210746
Binary10101111110010100100101111101001101001001000010101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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