#5D41C1

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

Shades of Purple Heart #5D41C1

Tints of Purple Heart #5D41C1

Color information

#5D41C1 (or 0x5D41C1) is unknown color: approx Purple Heart. HEX triplet: 5D, 41 and C1. RGB value is (93,65,193). Sum of RGB (Red+Green+Blue) = 93+65+193=351 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.50% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D41C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D41C1 is #A2BE3E. Grayscale: #575757. Windows color (decimal): -10665535 or 12665181. OLE color: 12665181.

HSL color Cylindrical-coordinate representation of color #5D41C1: hue angle of 253.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D41C1 is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9365193-
CMYK0.520.6600.24
HSL253.12º50.79%50.59%-
HSV(B)253.12º66.32%75.69%-
XYZ16.039.9651.53-
YUV87.96187.28131.59-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.50%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=26.50%
G=18.52%
B=54.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93651930.520.6600.24253.1250.7950.59
Hex5D41C13442018fd3333
Octal135101301641020303756363
Binary1011101100000111000001110100100001001100011111101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D41C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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