#5A0CC4

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

Shades of Purple Heart #5A0CC4

Tints of Purple Heart #5A0CC4

Color information

#5A0CC4 (or 0x5A0CC4) is unknown color: approx Purple Heart. HEX triplet: 5A, 0C and C4. RGB value is (90,12,196). Sum of RGB (Red+Green+Blue) = 90+12+196=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 196 (76.95% from 255 or 65.77% from 298); Max value from RGB is 196 - color contains mainly: blue. Hex color #5A0CC4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0CC4 is #A5F33B. Grayscale: #373737. Windows color (decimal): -10875708 or 12848218. OLE color: 12848218.

HSL color Cylindrical-coordinate representation of color #5A0CC4: hue angle of 265.43º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0CC4 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB9012196-
CMYK0.540.9400.23
HSL265.43º88.46%40.78%-
HSV(B)265.43º93.88%76.86%-
XYZ14.316.4252.71-
YUV56.3206.84152.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.20%
GREEN value IS 12 (5.08% from 255) = 4.03%
BLUE value IS 196 (76.95% from 255) = 65.77%
R=30.20%
G=4.03%
B=65.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal90121960.540.9400.23265.4388.4640.78
Hex5ACC4365E0171095829
Octal132143046613602741113051
Binary101101011001100010011011010111100101111000010011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,196); }

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

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

 a { background-color: rgb(90,12,196); }

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

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

 span { border-color: rgb(90,12,196); }

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