#3A15C0

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

Shades of Purple Heart #3A15C0

Tints of Purple Heart #3A15C0

Color information

#3A15C0 (or 0x3A15C0) is unknown color: approx Purple Heart. HEX triplet: 3A, 15 and C0. RGB value is (58,21,192). Sum of RGB (Red+Green+Blue) = 58+21+192=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 192 (75.39% from 255 or 70.85% from 271); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A15C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A15C0 is #C5EA3F. Grayscale: #323232. Windows color (decimal): -12970560 or 12588346. OLE color: 12588346.

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

Color convert

RGB5821192-
CMYK0.700.8900.25
HSL252.98º80.28%41.76%-
HSV(B)252.98º89.06%75.29%-
XYZ11.535.2450.27-
YUV51.56207.26132.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 21 (8.59% from 255) = 7.75%
BLUE value IS 192 (75.39% from 255) = 70.85%
R=21.40%
G=7.75%
B=70.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58211920.700.8900.25252.9880.2841.76
Hex3A15C04659019fd502a
Octal722530010613103137512052
Binary111010101011100000010001101011001011001111111011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A15C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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