#5A30BA

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

Shades of Purple Heart #5A30BA

Tints of Purple Heart #5A30BA

Color information

#5A30BA (or 0x5A30BA) is unknown color: approx Purple Heart. HEX triplet: 5A, 30 and BA. RGB value is (90,48,186). Sum of RGB (Red+Green+Blue) = 90+48+186=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #5A30BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A30BA is #A5CF45. Grayscale: #4B4B4B. Windows color (decimal): -10866502 or 12202074. OLE color: 12202074.

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

Color convert

RGB9048186-
CMYK0.520.7400.27
HSL258.26º58.97%45.88%-
HSV(B)258.26º74.19%72.94%-
XYZ14.147.8347.22-
YUV76.29189.91137.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 14.81%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=27.78%
G=14.81%
B=57.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal90481860.520.7400.27258.2658.9745.88
Hex5A30BA344A01B1023b2e
Octal13260272641120334027356
Binary1011010110000101110101101001001010011011100000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A30BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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