#5D41C9

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

Shades of Purple Heart #5D41C9

Tints of Purple Heart #5D41C9

Color information

#5D41C9 (or 0x5D41C9) is unknown color: approx Purple Heart. HEX triplet: 5D, 41 and C9. RGB value is (93,65,201). Sum of RGB (Red+Green+Blue) = 93+65+201=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D41C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41C9 is #A2BE36. Grayscale: #585858. Windows color (decimal): -10665527 or 13189469. OLE color: 13189469.

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

Color convert

RGB9365201-
CMYK0.540.6800.21
HSL252.35º55.74%52.16%-
HSV(B)252.35º67.66%78.82%-
XYZ16.9510.3256.36-
YUV88.88191.28130.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.91%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 201 (78.91% from 255) = 55.99%
R=25.91%
G=18.11%
B=55.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal93652010.540.6800.21252.3555.7452.16
Hex5D41C93644015fc3834
Octal135101311661040253747064
Binary1011101100000111001001110110100010001010111111100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D41C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,65,201); }

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

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

 a { background-color: rgb(93,65,201); }

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

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

 span { border-color: rgb(93,65,201); }

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