#5822CB

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

Shades of Purple Heart #5822CB

Tints of Purple Heart #5822CB

Color information

#5822CB (or 0x5822CB) is unknown color: approx Purple Heart. HEX triplet: 58, 22 and CB. RGB value is (88,34,203). Sum of RGB (Red+Green+Blue) = 88+34+203=325 (43% of max value = 765). Red value is 88 (34.77% from 255 or 27.08% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #5822CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5822CB is #A7DD34. Grayscale: #444444. Windows color (decimal): -11001141 or 13312600. OLE color: 13312600.

HSL color Cylindrical-coordinate representation of color #5822CB: hue angle of 259.17º 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 #5822CB is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8834203-
CMYK0.570.8300.20
HSL259.17º71.31%46.47%-
HSV(B)259.17º83.25%79.61%-
XYZ15.387.5357.14-
YUV69.41203.39141.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.08%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 203 (79.69% from 255) = 62.46%
R=27.08%
G=10.46%
B=62.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88342030.570.8300.20259.1771.3146.47
Hex5822CB3953014103472e
Octal130423137112302440310756
Binary10110001000101100101111100110100110101001000000111000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5822CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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