#5B22C8

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

Shades of Purple Heart #5B22C8

Tints of Purple Heart #5B22C8

Color information

#5B22C8 (or 0x5B22C8) is unknown color: approx Purple Heart. HEX triplet: 5B, 22 and C8. RGB value is (91,34,200). Sum of RGB (Red+Green+Blue) = 91+34+200=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 200 (78.52% from 255 or 61.54% from 325); Max value from RGB is 200 - color contains mainly: blue. Hex color #5B22C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B22C8 is #A4DD37. Grayscale: #454545. Windows color (decimal): -10804536 or 13115995. OLE color: 13115995.

HSL color Cylindrical-coordinate representation of color #5B22C8: hue angle of 260.6º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B22C8 is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9134200-
CMYK0.540.8300.22
HSL260.6º70.94%45.88%-
HSV(B)260.6º83%78.43%-
XYZ15.317.5455.29-
YUV69.97201.38143-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28%
GREEN value IS 34 (13.67% from 255) = 10.46%
BLUE value IS 200 (78.52% from 255) = 61.54%
R=28%
G=10.46%
B=61.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal91342000.540.8300.22260.670.9445.88
Hex5B22C83653016105472e
Octal133423106612302640510756
Binary10110111000101100100011011010100110101101000001011000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B22C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B22C8; }

 p { color: rgb(91,34,200); }

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

<style>
 a { background-color: #5B22C8; }

 a { background-color: rgb(91,34,200); }

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

<style>
 span { border-color: #5B22C8; }

 span { border-color: rgb(91,34,200); }

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