#5B1AC3

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

Shades of Purple Heart #5B1AC3

Tints of Purple Heart #5B1AC3

Color information

#5B1AC3 (or 0x5B1AC3) is unknown color: approx Purple Heart. HEX triplet: 5B, 1A and C3. RGB value is (91,26,195). Sum of RGB (Red+Green+Blue) = 91+26+195=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 195 (76.56% from 255 or 62.5% from 312); Max value from RGB is 195 - color contains mainly: blue. Hex color #5B1AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1AC3 is #A4E53C. Grayscale: #404040. Windows color (decimal): -10806589 or 12786267. OLE color: 12786267.

HSL color Cylindrical-coordinate representation of color #5B1AC3: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B1AC3 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9126195-
CMYK0.530.8700.24
HSL263.08º76.47%43.33%-
HSV(B)263.08º86.67%76.47%-
XYZ14.536.952.2-
YUV64.7201.53146.76-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 195 (76.56% from 255) = 62.5%
R=29.17%
G=8.33%
B=62.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal91261950.530.8700.24263.0876.4743.33
Hex5B1AC335570181074c2b
Octal133323036512703040711453
Binary1011011110101100001111010110101110110001000001111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,26,195); }

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

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

 a { background-color: rgb(91,26,195); }

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

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

 span { border-color: rgb(91,26,195); }

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