#5A1DBE

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

Shades of Purple Heart #5A1DBE

Tints of Purple Heart #5A1DBE

Color information

#5A1DBE (or 0x5A1DBE) is unknown color: approx Purple Heart. HEX triplet: 5A, 1D and BE. RGB value is (90,29,190). Sum of RGB (Red+Green+Blue) = 90+29+190=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1DBE is #A5E241. Grayscale: #414141. Windows color (decimal): -10871362 or 12459354. OLE color: 12459354.

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

Color convert

RGB9029190-
CMYK0.530.8500.25
HSL262.73º73.52%42.94%-
HSV(B)262.73º84.74%74.51%-
XYZ13.956.7749.29-
YUV65.59198.21145.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.13%
GREEN value IS 29 (11.72% from 255) = 9.39%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=29.13%
G=9.39%
B=61.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90291900.530.8500.25262.7373.5242.94
Hex5A1DBE35550191074a2b
Octal132352766512503140711253
Binary1011010111011011111011010110101010110011000001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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