#5621B8

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

Shades of Purple Heart #5621B8

Tints of Purple Heart #5621B8

Color information

#5621B8 (or 0x5621B8) is unknown color: approx Purple Heart. HEX triplet: 56, 21 and B8. RGB value is (86,33,184). Sum of RGB (Red+Green+Blue) = 86+33+184=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #5621B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621B8 is #A9DE47. Grayscale: #414141. Windows color (decimal): -11132488 or 12067158. OLE color: 12067158.

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

Color convert

RGB8633184-
CMYK0.530.8200.28
HSL261.06º69.59%42.55%-
HSV(B)261.06º82.07%72.16%-
XYZ13.036.5345.92-
YUV66.06194.56142.22-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 184 (72.27% from 255) = 60.73%
R=28.38%
G=10.89%
B=60.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal86331840.530.8200.28261.0669.5942.55
Hex5621B8355201C105462b
Octal126412706512203440510653
Binary10101101000011011100011010110100100111001000001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5621B8; }

 p { color: rgb(86,33,184); }

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

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

 a { background-color: rgb(86,33,184); }

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

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

 span { border-color: rgb(86,33,184); }

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