#5A32BB

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

Shades of Purple Heart #5A32BB

Tints of Purple Heart #5A32BB

Color information

#5A32BB (or 0x5A32BB) is unknown color: approx Purple Heart. HEX triplet: 5A, 32 and BB. RGB value is (90,50,187). Sum of RGB (Red+Green+Blue) = 90+50+187=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A32BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A32BB is #A5CD44. Grayscale: #4D4D4D. Windows color (decimal): -10865989 or 12268122. OLE color: 12268122.

HSL color Cylindrical-coordinate representation of color #5A32BB: hue angle of 257.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A32BB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9050187-
CMYK0.520.7300.27
HSL257.52º57.81%46.47%-
HSV(B)257.52º73.26%73.33%-
XYZ14.338.0447.81-
YUV77.58189.75136.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 50 (19.92% from 255) = 15.29%
BLUE value IS 187 (73.44% from 255) = 57.19%
R=27.52%
G=15.29%
B=57.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90501870.520.7300.27257.5257.8146.47
Hex5A32BB344901B1023a2e
Octal13262273641110334027256
Binary1011010110010101110111101001001001011011100000010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A32BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,50,187); }

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

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

 a { background-color: rgb(90,50,187); }

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

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

 span { border-color: rgb(90,50,187); }

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