#5B34DE

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

Shades of Purple Heart #5B34DE

Tints of Purple Heart #5B34DE

Color information

#5B34DE (or 0x5B34DE) is unknown color: approx Purple Heart. HEX triplet: 5B, 34 and DE. RGB value is (91,52,222). Sum of RGB (Red+Green+Blue) = 91+52+222=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B34DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34DE is #A4CB21. Grayscale: #525252. Windows color (decimal): -10799906 or 14562395. OLE color: 14562395.

HSL color Cylindrical-coordinate representation of color #5B34DE: hue angle of 253.76º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B34DE is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB9152222-
CMYK0.590.7700.13
HSL253.76º72.03%53.73%-
HSV(B)253.76º76.58%87.06%-
XYZ18.739.9570.04-
YUV83.04206.42133.68-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 52 (20.70% from 255) = 14.25%
BLUE value IS 222 (87.11% from 255) = 60.82%
R=24.93%
G=14.25%
B=60.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91522220.590.7700.13253.7672.0353.73
Hex5B34DE3B4D0Dfe4836
Octal133643367311501537611066
Binary101101111010011011110111011100110101101111111101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B34DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,52,222); }

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

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

 a { background-color: rgb(91,52,222); }

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

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

 span { border-color: rgb(91,52,222); }

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