#3A0ABF

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

Shades of Purple Heart #3A0ABF

Tints of Purple Heart #3A0ABF

Color information

#3A0ABF (or 0x3A0ABF) is unknown color: approx Purple Heart. HEX triplet: 3A, 0A and BF. RGB value is (58,10,191). Sum of RGB (Red+Green+Blue) = 58+10+191=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 191 (75% from 255 or 73.75% from 259); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A0ABF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0ABF is #C5F540. Grayscale: #2C2C2C. Windows color (decimal): -12973377 or 12519994. OLE color: 12519994.

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

Color convert

RGB5810191-
CMYK0.700.9500.25
HSL255.91º90.05%39.41%-
HSV(B)255.91º94.76%74.9%-
XYZ11.264.8849.64-
YUV44.99210.4137.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 10 (4.30% from 255) = 3.86%
BLUE value IS 191 (75% from 255) = 73.75%
R=22.39%
G=3.86%
B=73.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58101910.700.9500.25255.9190.0539.41
Hex3AABF465F0191005a27
Octal721227710613703140013247
Binary111010101010111111100011010111110110011000000001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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