#5D2ABF

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

Shades of Purple Heart #5D2ABF

Tints of Purple Heart #5D2ABF

Color information

#5D2ABF (or 0x5D2ABF) is unknown color: approx Purple Heart. HEX triplet: 5D, 2A and BF. RGB value is (93,42,191). Sum of RGB (Red+Green+Blue) = 93+42+191=326 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.53% from 326); Green value is 42 (16.80% from 255 or 12.88% from 326); Blue value is 191 (75% from 255 or 58.59% from 326); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D2ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2ABF is #A2D540. Grayscale: #494949. Windows color (decimal): -10671425 or 12528221. OLE color: 12528221.

HSL color Cylindrical-coordinate representation of color #5D2ABF: hue angle of 260.54º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2ABF is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9342191-
CMYK0.510.7800.25
HSL260.54º63.95%45.69%-
HSV(B)260.54º78.01%74.9%-
XYZ14.757.7450.01-
YUV74.24193.9141.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.53%
GREEN value IS 42 (16.80% from 255) = 12.88%
BLUE value IS 191 (75% from 255) = 58.59%
R=28.53%
G=12.88%
B=58.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93421910.510.7800.25260.5463.9545.69
Hex5D2ABF334E019105402e
Octal135522776311603140510056
Binary10111011010101011111111001110011100110011000001011000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,42,191); }

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

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

 a { background-color: rgb(93,42,191); }

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

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

 span { border-color: rgb(93,42,191); }

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