#5621BD

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

Shades of Purple Heart #5621BD

Tints of Purple Heart #5621BD

Color information

#5621BD (or 0x5621BD) is unknown color: approx Purple Heart. HEX triplet: 56, 21 and BD. RGB value is (86,33,189). Sum of RGB (Red+Green+Blue) = 86+33+189=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #5621BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5621BD is #A9DE42. Grayscale: #424242. Windows color (decimal): -11132483 or 12394838. OLE color: 12394838.

HSL color Cylindrical-coordinate representation of color #5621BD: hue angle of 260.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5621BD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8633189-
CMYK0.540.8300.26
HSL260.38º70.27%43.53%-
HSV(B)260.38º82.54%74.12%-
XYZ13.576.7448.73-
YUV66.63197.06141.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 189 (74.22% from 255) = 61.36%
R=27.92%
G=10.71%
B=61.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86331890.540.8300.26260.3870.2743.53
Hex5621BD365301A104462c
Octal126412756612303240410654
Binary10101101000011011110111011010100110110101000001001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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