#5D43C1

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

Shades of Purple Heart #5D43C1

Tints of Purple Heart #5D43C1

Color information

#5D43C1 (or 0x5D43C1) is unknown color: approx Purple Heart. HEX triplet: 5D, 43 and C1. RGB value is (93,67,193). Sum of RGB (Red+Green+Blue) = 93+67+193=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #5D43C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D43C1 is #A2BC3E. Grayscale: #585858. Windows color (decimal): -10665023 or 12665693. OLE color: 12665693.

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

Color convert

RGB9367193-
CMYK0.520.6500.24
HSL252.38º50.4%50.98%-
HSV(B)252.38º65.28%75.69%-
XYZ16.1510.1951.57-
YUV89.14186.61130.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.35%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 193 (75.78% from 255) = 54.67%
R=26.35%
G=18.98%
B=54.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93671930.520.6500.24252.3850.450.98
Hex5D43C13441018fc3233
Octal135103301641010303746263
Binary1011101100001111000001110100100000101100011111100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D43C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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