#571DCF

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

Shades of Purple Heart #571DCF

Tints of Purple Heart #571DCF

Color information

#571DCF (or 0x571DCF) is unknown color: approx Purple Heart. HEX triplet: 57, 1D and CF. RGB value is (87,29,207). Sum of RGB (Red+Green+Blue) = 87+29+207=323 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.93% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #571DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571DCF is #A8E230. Grayscale: #414141. Windows color (decimal): -11067953 or 13573463. OLE color: 13573463.

HSL color Cylindrical-coordinate representation of color #571DCF: hue angle of 259.55º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571DCF is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB8729207-
CMYK0.580.8600.19
HSL259.55º75.42%46.27%-
HSV(B)259.55º85.99%81.18%-
XYZ15.637.4159.64-
YUV66.63207.22142.53-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.93%
GREEN value IS 29 (11.72% from 255) = 8.98%
BLUE value IS 207 (81.25% from 255) = 64.09%
R=26.93%
G=8.98%
B=64.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal87292070.580.8600.19259.5575.4246.27
Hex571DCF3A560131044b2e
Octal127353177212602340411356
Binary1010111111011100111111101010101100100111000001001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,29,207); }

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

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

 a { background-color: rgb(87,29,207); }

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

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

 span { border-color: rgb(87,29,207); }

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