#5D23D5

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

Shades of Purple Heart #5D23D5

Tints of Purple Heart #5D23D5

Color information

#5D23D5 (or 0x5D23D5) is unknown color: approx Purple Heart. HEX triplet: 5D, 23 and D5. RGB value is (93,35,213). Sum of RGB (Red+Green+Blue) = 93+35+213=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 213 (83.59% from 255 or 62.46% from 341); Max value from RGB is 213 - color contains mainly: blue. Hex color #5D23D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D23D5 is #A2DC2A. Grayscale: #474747. Windows color (decimal): -10673195 or 13968221. OLE color: 13968221.

HSL color Cylindrical-coordinate representation of color #5D23D5: hue angle of 259.55º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D23D5 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB9335213-
CMYK0.560.8400.16
HSL259.55º71.77%48.63%-
HSV(B)259.55º83.57%83.53%-
XYZ17.138.3363.66-
YUV72.63207.22142.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.27%
GREEN value IS 35 (14.06% from 255) = 10.26%
BLUE value IS 213 (83.59% from 255) = 62.46%
R=27.27%
G=10.26%
B=62.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal93352130.560.8400.16259.5571.7748.63
Hex5D23D538540101044831
Octal135433257012402040411061
Binary10111011000111101010111100010101000100001000001001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D23D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,213); }

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

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

 a { background-color: rgb(93,35,213); }

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

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

 span { border-color: rgb(93,35,213); }

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