#5921bc

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

Shades of Purple Heart #5921BC

Tints of Purple Heart #5921BC

Color information

#5921BC (or 0x5921BC) is unknown color: approx Purple Heart. HEX triplet: 59, 21 and BC. RGB value is (89,33,188). Sum of RGB (Red+Green+Blue) = 89+33+188=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #5921BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5921BC is #A6DE43. Grayscale: #424242. Windows color (decimal): -10935876 or 12329305. OLE color: 12329305.

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

Color convert

RGB8933188-
CMYK0.530.8200.26
HSL261.68º70.14%43.33%-
HSV(B)261.68º82.45%73.73%-
XYZ13.746.8448.17-
YUV67.41196.05143.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.71%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 188 (73.83% from 255) = 60.65%
R=28.71%
G=10.65%
B=60.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal89331880.530.8200.26261.6870.1443.33
Hex5921BC355201A106462b
Octal131412746512203240610653
Binary10110011000011011110011010110100100110101000001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5921bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5921bc; }

 p { color: rgb(89,33,188); }

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

<style>
 a { background-color: #5921bc; }

 a { background-color: rgb(89,33,188); }

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

<style>
 span { border-color: #5921bc; }

 span { border-color: rgb(89,33,188); }

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