#5B27C5

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

Shades of Purple Heart #5B27C5

Tints of Purple Heart #5B27C5

Color information

#5B27C5 (or 0x5B27C5) is unknown color: approx Purple Heart. HEX triplet: 5B, 27 and C5. RGB value is (91,39,197). Sum of RGB (Red+Green+Blue) = 91+39+197=327 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.83% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #5B27C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B27C5 is #A4D83A. Grayscale: #474747. Windows color (decimal): -10803259 or 12920667. OLE color: 12920667.

HSL color Cylindrical-coordinate representation of color #5B27C5: hue angle of 259.75º 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 #5B27C5 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9139197-
CMYK0.540.8000.23
HSL259.75º66.95%46.27%-
HSV(B)259.75º80.2%77.25%-
XYZ15.127.7153.51-
YUV72.56198.23141.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.83%
GREEN value IS 39 (15.62% from 255) = 11.93%
BLUE value IS 197 (77.34% from 255) = 60.24%
R=27.83%
G=11.93%
B=60.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal91391970.540.8000.23259.7566.9546.27
Hex5B27C53650017104432e
Octal133473056612002740410356
Binary10110111001111100010111011010100000101111000001001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B27C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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