#3A0AB4

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

Shades of Purple Heart #3A0AB4

Tints of Purple Heart #3A0AB4

Color information

#3A0AB4 (or 0x3A0AB4) is unknown color: approx Purple Heart. HEX triplet: 3A, 0A and B4. RGB value is (58,10,180). Sum of RGB (Red+Green+Blue) = 58+10+180=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 180 (70.70% from 255 or 72.58% from 248); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A0AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0AB4 is #C5F54B. Grayscale: #2B2B2B. Windows color (decimal): -12973388 or 11799098. OLE color: 11799098.

HSL color Cylindrical-coordinate representation of color #3A0AB4: hue angle of 256.94º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0AB4 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5810180-
CMYK0.680.9400.29
HSL256.94º89.47%37.25%-
HSV(B)256.94º94.44%70.59%-
XYZ10.094.4143.5-
YUV43.73204.9138.18-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 10 (4.30% from 255) = 4.03%
BLUE value IS 180 (70.70% from 255) = 72.58%
R=23.39%
G=4.03%
B=72.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58101800.680.9400.29256.9489.4737.25
Hex3AAB4445E01D1015925
Octal721226410413603540113145
Binary111010101010110100100010010111100111011000000011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,10,180); }

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

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

 a { background-color: rgb(58,10,180); }

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

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

 span { border-color: rgb(58,10,180); }

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