#5A12C3

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

Shades of Purple Heart #5A12C3

Tints of Purple Heart #5A12C3

Color information

#5A12C3 (or 0x5A12C3) is unknown color: approx Purple Heart. HEX triplet: 5A, 12 and C3. RGB value is (90,18,195). Sum of RGB (Red+Green+Blue) = 90+18+195=303 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.70% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 195 (76.56% from 255 or 64.36% from 303); Max value from RGB is 195 - color contains mainly: blue. Hex color #5A12C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A12C3 is #A5ED3C. Grayscale: #3B3B3B. Windows color (decimal): -10874173 or 12784218. OLE color: 12784218.

HSL color Cylindrical-coordinate representation of color #5A12C3: hue angle of 264.41º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A12C3 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9018195-
CMYK0.540.9100.24
HSL264.41º83.1%41.76%-
HSV(B)264.41º90.77%76.47%-
XYZ14.286.5552.14-
YUV59.71204.35149.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.70%
GREEN value IS 18 (7.42% from 255) = 5.94%
BLUE value IS 195 (76.56% from 255) = 64.36%
R=29.70%
G=5.94%
B=64.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal90181950.540.9100.24264.4183.141.76
Hex5A12C3365B018108532a
Octal132223036613303041012352
Binary1011010100101100001111011010110110110001000010001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A12C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,18,195); }

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

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

 a { background-color: rgb(90,18,195); }

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

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

 span { border-color: rgb(90,18,195); }

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