#5D2FC6

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

Shades of Purple Heart #5D2FC6

Tints of Purple Heart #5D2FC6

Color information

#5D2FC6 (or 0x5D2FC6) is unknown color: approx Purple Heart. HEX triplet: 5D, 2F and C6. RGB value is (93,47,198). Sum of RGB (Red+Green+Blue) = 93+47+198=338 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.51% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #5D2FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2FC6 is #A2D039. Grayscale: #4D4D4D. Windows color (decimal): -10670138 or 12988253. OLE color: 12988253.

HSL color Cylindrical-coordinate representation of color #5D2FC6: hue angle of 258.28º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2FC6 is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9347198-
CMYK0.530.7600.22
HSL258.28º61.63%48.04%-
HSV(B)258.28º76.26%77.65%-
XYZ15.728.4454.23-
YUV77.97195.74138.72-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.51%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 198 (77.73% from 255) = 58.58%
R=27.51%
G=13.91%
B=58.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal93471980.530.7600.22258.2861.6348.04
Hex5D2FC6354C0161023e30
Octal13557306651140264027660
Binary1011101101111110001101101011001100010110100000010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,47,198); }

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

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

 a { background-color: rgb(93,47,198); }

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

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

 span { border-color: rgb(93,47,198); }

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