#5A2FBE

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

Shades of Purple Heart #5A2FBE

Tints of Purple Heart #5A2FBE

Color information

#5A2FBE (or 0x5A2FBE) is unknown color: approx Purple Heart. HEX triplet: 5A, 2F and BE. RGB value is (90,47,190). Sum of RGB (Red+Green+Blue) = 90+47+190=327 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.52% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #5A2FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A2FBE is #A5D041. Grayscale: #4B4B4B. Windows color (decimal): -10866754 or 12463962. OLE color: 12463962.

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

Color convert

RGB9047190-
CMYK0.530.7500.25
HSL258.04º60.34%46.47%-
HSV(B)258.04º75.26%74.51%-
XYZ14.537.9249.48-
YUV76.16192.25137.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.52%
GREEN value IS 47 (18.75% from 255) = 14.37%
BLUE value IS 190 (74.61% from 255) = 58.10%
R=27.52%
G=14.37%
B=58.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal90471900.530.7500.25258.0460.3446.47
Hex5A2FBE354B0191023c2e
Octal13257276651130314027456
Binary1011010101111101111101101011001011011001100000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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