#5D2EC6

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

Shades of Purple Heart #5D2EC6

Tints of Purple Heart #5D2EC6

Color information

#5D2EC6 (or 0x5D2EC6) is unknown color: approx Purple Heart. HEX triplet: 5D, 2E and C6. RGB value is (93,46,198). Sum of RGB (Red+Green+Blue) = 93+46+198=337 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.60% from 337); Green value is 46 (18.36% from 255 or 13.65% from 337); Blue value is 198 (77.73% from 255 or 58.75% from 337); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D2EC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2EC6 is #A2D139. Grayscale: #4C4C4C. Windows color (decimal): -10670394 or 12987997. OLE color: 12987997.

HSL color Cylindrical-coordinate representation of color #5D2EC6: hue angle of 258.55º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5D2EC6 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9346198-
CMYK0.530.7700.22
HSL258.55º62.3%47.84%-
HSV(B)258.55º76.77%77.65%-
XYZ15.688.3654.21-
YUV77.38196.07139.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.60%
GREEN value IS 46 (18.36% from 255) = 13.65%
BLUE value IS 198 (77.73% from 255) = 58.75%
R=27.60%
G=13.65%
B=58.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93461980.530.7700.22258.5562.347.84
Hex5D2EC6354D0161033e30
Octal13556306651150264037660
Binary1011101101110110001101101011001101010110100000011111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,46,198); }

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

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

 a { background-color: rgb(93,46,198); }

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

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

 span { border-color: rgb(93,46,198); }

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