#5721B9

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

Shades of Purple Heart #5721B9

Tints of Purple Heart #5721B9

Color information

#5721B9 (or 0x5721B9) is unknown color: approx Purple Heart. HEX triplet: 57, 21 and B9. RGB value is (87,33,185). Sum of RGB (Red+Green+Blue) = 87+33+185=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #5721B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5721B9 is #A8DE46. Grayscale: #414141. Windows color (decimal): -11066951 or 12132695. OLE color: 12132695.

HSL color Cylindrical-coordinate representation of color #5721B9: hue angle of 261.32º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5721B9 is Cyan = 0.53, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8733185-
CMYK0.530.8200.27
HSL261.32º69.72%42.75%-
HSV(B)261.32º82.16%72.55%-
XYZ13.236.6246.48-
YUV66.47194.89142.64-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.52%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 185 (72.66% from 255) = 60.66%
R=28.52%
G=10.82%
B=60.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87331850.530.8200.27261.3269.7242.75
Hex5721B9355201B105462b
Octal127412716512203340510653
Binary10101111000011011100111010110100100110111000001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5721B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5721B9; }

 p { color: rgb(87,33,185); }

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

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

 a { background-color: rgb(87,33,185); }

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

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

 span { border-color: rgb(87,33,185); }

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