#5D2DB1

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

Shades of Purple Heart #5D2DB1

Tints of Purple Heart #5D2DB1

Color information

#5D2DB1 (or 0x5D2DB1) is unknown color: approx Purple Heart. HEX triplet: 5D, 2D and B1. RGB value is (93,45,177). Sum of RGB (Red+Green+Blue) = 93+45+177=315 (41% of max value = 765). Red value is 93 (36.72% from 255 or 29.52% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #5D2DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2DB1 is #A2D24E. Grayscale: #494949. Windows color (decimal): -10670671 or 11611485. OLE color: 11611485.

HSL color Cylindrical-coordinate representation of color #5D2DB1: hue angle of 261.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5D2DB1 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9345177-
CMYK0.470.7500.31
HSL261.82º59.46%43.53%-
HSV(B)261.82º74.58%69.41%-
XYZ13.397.3842.31-
YUV74.4185.9141.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 29.52%
GREEN value IS 45 (17.97% from 255) = 14.29%
BLUE value IS 177 (69.53% from 255) = 56.19%
R=29.52%
G=14.29%
B=56.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93451770.470.7500.31261.8259.4643.53
Hex5D2DB12F4B01F1063b2c
Octal13555261571130374067354
Binary1011101101101101100011011111001011011111100000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,45,177); }

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

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

 a { background-color: rgb(93,45,177); }

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

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

 span { border-color: rgb(93,45,177); }

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