#5B31AB

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

Shades of Purple Heart #5B31AB

Tints of Purple Heart #5B31AB

Color information

#5B31AB (or 0x5B31AB) is unknown color: approx Purple Heart. HEX triplet: 5B, 31 and AB. RGB value is (91,49,171). Sum of RGB (Red+Green+Blue) = 91+49+171=311 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.26% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B31AB is #A4CE54. Grayscale: #4B4B4B. Windows color (decimal): -10800725 or 11219291. OLE color: 11219291.

HSL color Cylindrical-coordinate representation of color #5B31AB: hue angle of 260.66º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B31AB is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9149171-
CMYK0.470.7100.33
HSL260.66º55.45%43.14%-
HSV(B)260.66º71.35%67.06%-
XYZ12.767.3639.28-
YUV75.47181.91139.08-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.26%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 171 (67.19% from 255) = 54.98%
R=29.26%
G=15.76%
B=54.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91491710.470.7100.33260.6655.4543.14
Hex5B31AB2F47021105372b
Octal13361253571070414056753
Binary10110111100011010101110111110001110100001100000101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,49,171); }

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

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

 a { background-color: rgb(91,49,171); }

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

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

 span { border-color: rgb(91,49,171); }

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