#5B34DC

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

Shades of Purple Heart #5B34DC

Tints of Purple Heart #5B34DC

Color information

#5B34DC (or 0x5B34DC) is unknown color: approx Purple Heart. HEX triplet: 5B, 34 and DC. RGB value is (91,52,220). Sum of RGB (Red+Green+Blue) = 91+52+220=363 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25.07% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 220 (86.33% from 255 or 60.61% from 363); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B34DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B34DC is #A4CB23. Grayscale: #525252. Windows color (decimal): -10799908 or 14431323. OLE color: 14431323.

HSL color Cylindrical-coordinate representation of color #5B34DC: hue angle of 253.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B34DC is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9152220-
CMYK0.590.7600.14
HSL253.93º70.59%53.33%-
HSV(B)253.93º76.36%86.27%-
XYZ18.469.8568.64-
YUV82.81205.42133.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.07%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 220 (86.33% from 255) = 60.61%
R=25.07%
G=14.33%
B=60.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91522200.590.7600.14253.9370.5953.33
Hex5B34DC3B4C0Efe4735
Octal133643347311401637610765
Binary101101111010011011100111011100110001110111111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B34DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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