#5B31AD

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

Shades of Purple Heart #5B31AD

Tints of Purple Heart #5B31AD

Color information

#5B31AD (or 0x5B31AD) is unknown color: approx Purple Heart. HEX triplet: 5B, 31 and AD. RGB value is (91,49,173). Sum of RGB (Red+Green+Blue) = 91+49+173=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B31AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B31AD is #A4CE52. Grayscale: #4B4B4B. Windows color (decimal): -10800723 or 11350363. OLE color: 11350363.

HSL color Cylindrical-coordinate representation of color #5B31AD: hue angle of 260.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B31AD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9149173-
CMYK0.470.7200.32
HSL260.32º55.86%43.53%-
HSV(B)260.32º71.68%67.84%-
XYZ12.967.4440.29-
YUV75.69182.91138.92-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 49 (19.53% from 255) = 15.65%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=29.07%
G=15.65%
B=55.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91491730.470.7200.32260.3255.8643.53
Hex5B31AD2F48020104382c
Octal13361255571100404047054
Binary10110111100011010110110111110010000100000100000100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B31AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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