#5B31CC

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

Shades of Purple Heart #5B31CC

Tints of Purple Heart #5B31CC

Color information

#5B31CC (or 0x5B31CC) is unknown color: approx Purple Heart. HEX triplet: 5B, 31 and CC. RGB value is (91,49,204). Sum of RGB (Red+Green+Blue) = 91+49+204=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B31CC is #A4CE33. Grayscale: #4E4E4E. Windows color (decimal): -10800692 or 13381979. OLE color: 13381979.

HSL color Cylindrical-coordinate representation of color #5B31CC: hue angle of 256.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B31CC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9149204-
CMYK0.550.7600.2
HSL256.26º61.26%49.61%-
HSV(B)256.26º75.98%80%-
XYZ16.318.7857.96-
YUV79.23198.41136.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 49 (19.53% from 255) = 14.24%
BLUE value IS 204 (80.08% from 255) = 59.30%
R=26.45%
G=14.24%
B=59.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91492040.550.7600.2256.2661.2649.61
Hex5B31CC374C0141003d32
Octal13361314671140244007562
Binary1011011110001110011001101111001100010100100000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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