#5D3ECA

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

Shades of Purple Heart #5D3ECA

Tints of Purple Heart #5D3ECA

Color information

#5D3ECA (or 0x5D3ECA) is unknown color: approx Purple Heart. HEX triplet: 5D, 3E and CA. RGB value is (93,62,202). Sum of RGB (Red+Green+Blue) = 93+62+202=357 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.05% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5D3ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3ECA is #A2C135. Grayscale: #565656. Windows color (decimal): -10666294 or 13254237. OLE color: 13254237.

HSL color Cylindrical-coordinate representation of color #5D3ECA: hue angle of 253.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5D3ECA is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9362202-
CMYK0.540.6900.21
HSL253.29º56.91%51.76%-
HSV(B)253.29º69.31%79.22%-
XYZ16.910.0456.92-
YUV87.23192.77132.12-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.05%
GREEN value IS 62 (24.61% from 255) = 17.37%
BLUE value IS 202 (79.30% from 255) = 56.58%
R=26.05%
G=17.37%
B=56.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93622020.540.6900.21253.2956.9151.76
Hex5D3ECA3645015fd3934
Octal13576312661050253757164
Binary101110111111011001010110110100010101010111111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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