#3A1BB4

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

Shades of Purple Heart #3A1BB4

Tints of Purple Heart #3A1BB4

Color information

#3A1BB4 (or 0x3A1BB4) is unknown color: approx Purple Heart. HEX triplet: 3A, 1B and B4. RGB value is (58,27,180). Sum of RGB (Red+Green+Blue) = 58+27+180=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 180 (70.70% from 255 or 67.92% from 265); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A1BB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A1BB4 is #C5E44B. Grayscale: #353535. Windows color (decimal): -12969036 or 11803450. OLE color: 11803450.

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

Color convert

RGB5827180-
CMYK0.680.8500.29
HSL252.16º73.91%40.59%-
HSV(B)252.16º85%70.59%-
XYZ10.384.9843.59-
YUV53.71199.27131.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.89%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 180 (70.70% from 255) = 67.92%
R=21.89%
G=10.19%
B=67.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58271800.680.8500.29252.1673.9140.59
Hex3A1BB4445501Dfc4a29
Octal723326410412503537411251
Binary111010110111011010010001001010101011101111111001001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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