#3a19bc

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

Shades of Purple Heart #3A19BC

Tints of Purple Heart #3A19BC

Color information

#3A19BC (or 0x3A19BC) is unknown color: approx Purple Heart. HEX triplet: 3A, 19 and BC. RGB value is (58,25,188). Sum of RGB (Red+Green+Blue) = 58+25+188=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A19BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A19BC is #C5E643. Grayscale: #343434. Windows color (decimal): -12969540 or 12327226. OLE color: 12327226.

HSL color Cylindrical-coordinate representation of color #3A19BC: hue angle of 252.15º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3A19BC is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5825188-
CMYK0.690.8700.26
HSL252.15º76.53%41.76%-
HSV(B)252.15º86.7%73.73%-
XYZ11.175.2348-
YUV53.45203.93131.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 188 (73.83% from 255) = 69.37%
R=21.40%
G=9.23%
B=69.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal58251880.690.8700.26252.1576.5341.76
Hex3A19BC455701Afc4d2a
Octal723127410512703237411552
Binary111010110011011110010001011010111011010111111001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a19bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,188); }

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

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

 a { background-color: rgb(58,25,188); }

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

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

 span { border-color: rgb(58,25,188); }

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