#5d1cb4

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

Shades of Purple Heart #5D1CB4

Tints of Purple Heart #5D1CB4

Color information

#5D1CB4 (or 0x5D1CB4) is unknown color: approx Purple Heart. HEX triplet: 5D, 1C and B4. RGB value is (93,28,180). Sum of RGB (Red+Green+Blue) = 93+28+180=301 (39% of max value = 765). Red value is 93 (36.72% from 255 or 30.90% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 180 (70.70% from 255 or 59.80% from 301); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D1CB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1CB4 is #A2E34B. Grayscale: #404040. Windows color (decimal): -10675020 or 11803741. OLE color: 11803741.

HSL color Cylindrical-coordinate representation of color #5D1CB4: hue angle of 265.66º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D1CB4 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9328180-
CMYK0.480.8400.29
HSL265.66º73.08%40.78%-
HSV(B)265.66º84.44%70.59%-
XYZ13.176.4543.73-
YUV64.76193.03148.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.90%
GREEN value IS 28 (11.33% from 255) = 9.30%
BLUE value IS 180 (70.70% from 255) = 59.80%
R=30.90%
G=9.30%
B=59.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal93281800.480.8400.29265.6673.0840.78
Hex5D1CB4305401D10a4929
Octal135342646012403541211151
Binary1011101111001011010011000010101000111011000010101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,28,180); }

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

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

 a { background-color: rgb(93,28,180); }

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

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

 span { border-color: rgb(93,28,180); }

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