#5D1DBF

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

Shades of Purple Heart #5D1DBF

Tints of Purple Heart #5D1DBF

Color information

#5D1DBF (or 0x5D1DBF) is unknown color: approx Purple Heart. HEX triplet: 5D, 1D and BF. RGB value is (93,29,191). Sum of RGB (Red+Green+Blue) = 93+29+191=313 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.71% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D1DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D1DBF is #A2E240. Grayscale: #424242. Windows color (decimal): -10674753 or 12524893. OLE color: 12524893.

HSL color Cylindrical-coordinate representation of color #5D1DBF: hue angle of 263.7º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5D1DBF is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9329191-
CMYK0.510.8500.25
HSL263.7º73.64%43.14%-
HSV(B)263.7º84.82%74.9%-
XYZ14.366.9749.88-
YUV66.6198.2146.83-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.71%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 191 (75% from 255) = 61.02%
R=29.71%
G=9.27%
B=61.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93291910.510.8500.25263.773.6443.14
Hex5D1DBF33550191084a2b
Octal135352776312503141011253
Binary1011101111011011111111001110101010110011000010001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,29,191); }

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

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

 a { background-color: rgb(93,29,191); }

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

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

 span { border-color: rgb(93,29,191); }

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