#5A30AE

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

Shades of Purple Heart #5A30AE

Tints of Purple Heart #5A30AE

Color information

#5A30AE (or 0x5A30AE) is unknown color: approx Purple Heart. HEX triplet: 5A, 30 and AE. RGB value is (90,48,174). Sum of RGB (Red+Green+Blue) = 90+48+174=312 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.85% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A30AE is #A5CF51. Grayscale: #4A4A4A. Windows color (decimal): -10866514 or 11415642. OLE color: 11415642.

HSL color Cylindrical-coordinate representation of color #5A30AE: hue angle of 260º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A30AE is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9048174-
CMYK0.480.7200.32
HSL260º56.76%43.53%-
HSV(B)260º72.41%68.24%-
XYZ12.917.3440.78-
YUV74.92183.91138.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.85%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 174 (68.36% from 255) = 55.77%
R=28.85%
G=15.38%
B=55.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal90481740.480.7200.3226056.7643.53
Hex5A30AE3048020104392c
Octal13260256601100404047154
Binary10110101100001010111011000010010000100000100000100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,48,174); }

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

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

 a { background-color: rgb(90,48,174); }

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

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

 span { border-color: rgb(90,48,174); }

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