#5D27C5

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

Shades of Purple Heart #5D27C5

Tints of Purple Heart #5D27C5

Color information

#5D27C5 (or 0x5D27C5) is unknown color: approx Purple Heart. HEX triplet: 5D, 27 and C5. RGB value is (93,39,197). Sum of RGB (Red+Green+Blue) = 93+39+197=329 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.27% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #5D27C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D27C5 is #A2D83A. Grayscale: #484848. Windows color (decimal): -10672187 or 12920669. OLE color: 12920669.

HSL color Cylindrical-coordinate representation of color #5D27C5: hue angle of 260.51º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D27C5 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9339197-
CMYK0.530.8000.23
HSL260.51º66.95%46.27%-
HSV(B)260.51º80.2%77.25%-
XYZ15.327.8153.52-
YUV73.16197.89142.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.27%
GREEN value IS 39 (15.62% from 255) = 11.85%
BLUE value IS 197 (77.34% from 255) = 59.88%
R=28.27%
G=11.85%
B=59.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal93391970.530.8000.23260.5166.9546.27
Hex5D27C53550017105432e
Octal135473056512002740510356
Binary10111011001111100010111010110100000101111000001011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D27C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,197); }

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

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

 a { background-color: rgb(93,39,197); }

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

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

 span { border-color: rgb(93,39,197); }

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