#5922CB

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

Shades of Purple Heart #5922CB

Tints of Purple Heart #5922CB

Color information

#5922CB (or 0x5922CB) is unknown color: approx Purple Heart. HEX triplet: 59, 22 and CB. RGB value is (89,34,203). Sum of RGB (Red+Green+Blue) = 89+34+203=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #5922CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5922CB is #A6DD34. Grayscale: #454545. Windows color (decimal): -10935605 or 13312601. OLE color: 13312601.

HSL color Cylindrical-coordinate representation of color #5922CB: hue angle of 259.53º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5922CB is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8934203-
CMYK0.560.8300.20
HSL259.53º71.31%46.47%-
HSV(B)259.53º83.25%79.61%-
XYZ15.477.5857.15-
YUV69.71203.22141.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.30%
GREEN value IS 34 (13.67% from 255) = 10.43%
BLUE value IS 203 (79.69% from 255) = 62.27%
R=27.30%
G=10.43%
B=62.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89342030.560.8300.20259.5371.3146.47
Hex5922CB3853014104472e
Octal131423137012302440410756
Binary10110011000101100101111100010100110101001000001001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5922CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5922CB; }

 p { color: rgb(89,34,203); }

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

<style>
 a { background-color: #5922CB; }

 a { background-color: rgb(89,34,203); }

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

<style>
 span { border-color: #5922CB; }

 span { border-color: rgb(89,34,203); }

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