#5A37BE

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

Shades of Purple Heart #5A37BE

Tints of Purple Heart #5A37BE

Color information

#5A37BE (or 0x5A37BE) is unknown color: approx Purple Heart. HEX triplet: 5A, 37 and BE. RGB value is (90,55,190). Sum of RGB (Red+Green+Blue) = 90+55+190=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A37BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A37BE is #A5C841. Grayscale: #505050. Windows color (decimal): -10864706 or 12466010. OLE color: 12466010.

HSL color Cylindrical-coordinate representation of color #5A37BE: hue angle of 255.56º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A37BE is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9055190-
CMYK0.530.7100.25
HSL255.56º55.1%48.04%-
HSV(B)255.56º71.05%74.51%-
XYZ14.888.6249.6-
YUV80.85189.6134.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.87%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=26.87%
G=16.42%
B=56.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90551900.530.7100.25255.5655.148.04
Hex5A37BE35470191003730
Octal13267276651070314006760
Binary1011010110111101111101101011000111011001100000000110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A37BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,55,190); }

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

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

 a { background-color: rgb(90,55,190); }

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

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

 span { border-color: rgb(90,55,190); }

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