#3A0EC0

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

Shades of Purple Heart #3A0EC0

Tints of Purple Heart #3A0EC0

Color information

#3A0EC0 (or 0x3A0EC0) is unknown color: approx Purple Heart. HEX triplet: 3A, 0E and C0. RGB value is (58,14,192). Sum of RGB (Red+Green+Blue) = 58+14+192=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 192 (75.39% from 255 or 72.73% from 264); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A0EC0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0EC0 is #C5F13F. Grayscale: #2E2E2E. Windows color (decimal): -12972352 or 12586554. OLE color: 12586554.

HSL color Cylindrical-coordinate representation of color #3A0EC0: hue angle of 254.83º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0EC0 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5814192-
CMYK0.700.9300.25
HSL254.83º86.41%40.39%-
HSV(B)254.83º92.71%75.29%-
XYZ11.425.0250.24-
YUV47.45209.58135.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.97%
GREEN value IS 14 (5.86% from 255) = 5.30%
BLUE value IS 192 (75.39% from 255) = 72.73%
R=21.97%
G=5.30%
B=72.73%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58141920.700.9300.25254.8386.4140.39
Hex3AEC0465D019ff5628
Octal721630010613503137712650
Binary11101011101100000010001101011101011001111111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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