#3A0EC9

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

Shades of Purple Heart #3A0EC9

Tints of Purple Heart #3A0EC9

Color information

#3A0EC9 (or 0x3A0EC9) is unknown color: approx Purple Heart. HEX triplet: 3A, 0E and C9. RGB value is (58,14,201). Sum of RGB (Red+Green+Blue) = 58+14+201=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 201 (78.91% from 255 or 73.63% from 273); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A0EC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EC9 is #C5F136. Grayscale: #2F2F2F. Windows color (decimal): -12972343 or 13176378. OLE color: 13176378.

HSL color Cylindrical-coordinate representation of color #3A0EC9: hue angle of 254.12º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0EC9 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5814201-
CMYK0.710.9300.21
HSL254.12º86.98%42.16%-
HSV(B)254.12º93.03%78.82%-
XYZ12.445.4355.65-
YUV48.47214.08134.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 14 (5.86% from 255) = 5.13%
BLUE value IS 201 (78.91% from 255) = 73.63%
R=21.25%
G=5.13%
B=73.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58142010.710.9300.21254.1286.9842.16
Hex3AEC9475D015fe572a
Octal721631110713502537612752
Binary11101011101100100110001111011101010101111111101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A0EC9; }

 p { color: rgb(58,14,201); }

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

<style>
 a { background-color: #3A0EC9; }

 a { background-color: rgb(58,14,201); }

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

<style>
 span { border-color: #3A0EC9; }

 span { border-color: rgb(58,14,201); }

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