#5D2BB9

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

Shades of Purple Heart #5D2BB9

Tints of Purple Heart #5D2BB9

Color information

#5D2BB9 (or 0x5D2BB9) is unknown color: approx Purple Heart. HEX triplet: 5D, 2B and B9. RGB value is (93,43,185). Sum of RGB (Red+Green+Blue) = 93+43+185=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 185 (72.66% from 255 or 57.63% from 321); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D2BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BB9 is #A2D446. Grayscale: #494949. Windows color (decimal): -10671175 or 12135261. OLE color: 12135261.

HSL color Cylindrical-coordinate representation of color #5D2BB9: hue angle of 261.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2BB9 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9343185-
CMYK0.500.7700.27
HSL261.13º62.28%44.71%-
HSV(B)261.13º76.76%72.55%-
XYZ14.147.5646.61-
YUV74.14190.56141.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.97%
GREEN value IS 43 (17.19% from 255) = 13.40%
BLUE value IS 185 (72.66% from 255) = 57.63%
R=28.97%
G=13.40%
B=57.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93431850.500.7700.27261.1362.2844.71
Hex5D2BB9324D01B1053e2d
Octal13553271621150334057655
Binary1011101101011101110011100101001101011011100000101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,43,185); }

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

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

 a { background-color: rgb(93,43,185); }

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

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

 span { border-color: rgb(93,43,185); }

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