#5D3EBA

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

Shades of Purple Heart #5D3EBA

Tints of Purple Heart #5D3EBA

Color information

#5D3EBA (or 0x5D3EBA) is unknown color: approx Purple Heart. HEX triplet: 5D, 3E and BA. RGB value is (93,62,186). Sum of RGB (Red+Green+Blue) = 93+62+186=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D3EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3EBA is #A2C145. Grayscale: #545454. Windows color (decimal): -10666310 or 12205661. OLE color: 12205661.

HSL color Cylindrical-coordinate representation of color #5D3EBA: hue angle of 255º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D3EBA is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9362186-
CMYK0.50.6700.27
HSL255º50%48.63%-
HSV(B)255º66.67%72.94%-
XYZ15.19.3247.46-
YUV85.4184.77133.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=27.27%
G=18.18%
B=54.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal93621860.50.6700.272555048.63
Hex5D3EBA324301Bff3231
Octal13576272621030333776261
Binary101110111111010111010110010100001101101111111111110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,62,186); }

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

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

 a { background-color: rgb(93,62,186); }

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

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

 span { border-color: rgb(93,62,186); }

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