#5A2BB6

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

Shades of Purple Heart #5A2BB6

Tints of Purple Heart #5A2BB6

Color information

#5A2BB6 (or 0x5A2BB6) is unknown color: approx Purple Heart. HEX triplet: 5A, 2B and B6. RGB value is (90,43,182). Sum of RGB (Red+Green+Blue) = 90+43+182=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 182 (71.48% from 255 or 57.78% from 315); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A2BB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2BB6 is #A5D449. Grayscale: #484848. Windows color (decimal): -10867786 or 11938650. OLE color: 11938650.

HSL color Cylindrical-coordinate representation of color #5A2BB6: hue angle of 260.29º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A2BB6 is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9043182-
CMYK0.510.7600.29
HSL260.29º61.78%44.12%-
HSV(B)260.29º76.37%71.37%-
XYZ13.527.2844.95-
YUV72.9189.57140.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 43 (17.19% from 255) = 13.65%
BLUE value IS 182 (71.48% from 255) = 57.78%
R=28.57%
G=13.65%
B=57.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90431820.510.7600.29260.2961.7844.12
Hex5A2BB6334C01D1043e2c
Octal13253266631140354047654
Binary1011010101011101101101100111001100011101100000100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,43,182); }

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

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

 a { background-color: rgb(90,43,182); }

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

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

 span { border-color: rgb(90,43,182); }

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