#5D2BDA

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

Shades of Purple Heart #5D2BDA

Tints of Purple Heart #5D2BDA

Color information

#5D2BDA (or 0x5D2BDA) is unknown color: approx Purple Heart. HEX triplet: 5D, 2B and DA. RGB value is (93,43,218). Sum of RGB (Red+Green+Blue) = 93+43+218=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D2BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BDA is #A2D425. Grayscale: #4D4D4D. Windows color (decimal): -10671142 or 14297949. OLE color: 14297949.

HSL color Cylindrical-coordinate representation of color #5D2BDA: hue angle of 257.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D2BDA is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9343218-
CMYK0.570.8000.15
HSL257.14º70.28%51.18%-
HSV(B)257.14º80.28%85.49%-
XYZ18.039.1267.14-
YUV77.9207.06138.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 218 (85.55% from 255) = 61.58%
R=26.27%
G=12.15%
B=61.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal93432180.570.8000.15257.1470.2851.18
Hex5D2BDA39500F1014633
Octal135533327112001740110663
Binary1011101101011110110101110011010000011111000000011000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,43,218); }

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

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

 a { background-color: rgb(93,43,218); }

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

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

 span { border-color: rgb(93,43,218); }

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