#5D2FC3

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

Shades of Purple Heart #5D2FC3

Tints of Purple Heart #5D2FC3

Color information

#5D2FC3 (or 0x5D2FC3) is unknown color: approx Purple Heart. HEX triplet: 5D, 2F and C3. RGB value is (93,47,195). Sum of RGB (Red+Green+Blue) = 93+47+195=335 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.76% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 195 (76.56% from 255 or 58.21% from 335); Max value from RGB is 195 - color contains mainly: blue. Hex color #5D2FC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2FC3 is #A2D03C. Grayscale: #4D4D4D. Windows color (decimal): -10670141 or 12791645. OLE color: 12791645.

HSL color Cylindrical-coordinate representation of color #5D2FC3: hue angle of 258.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2FC3 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9347195-
CMYK0.520.7600.24
HSL258.65º61.16%47.45%-
HSV(B)258.65º75.9%76.47%-
XYZ15.388.352.42-
YUV77.63194.24138.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.76%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 195 (76.56% from 255) = 58.21%
R=27.76%
G=14.03%
B=58.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal93471950.520.7600.24258.6561.1647.45
Hex5D2FC3344C0181033d2f
Octal13557303641140304037557
Binary1011101101111110000111101001001100011000100000011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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