#3A13B3

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

Shades of Purple Heart #3A13B3

Tints of Purple Heart #3A13B3

Color information

#3A13B3 (or 0x3A13B3) is unknown color: approx Purple Heart. HEX triplet: 3A, 13 and B3. RGB value is (58,19,179). Sum of RGB (Red+Green+Blue) = 58+19+179=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A13B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A13B3 is #C5EC4C. Grayscale: #303030. Windows color (decimal): -12971085 or 11735866. OLE color: 11735866.

HSL color Cylindrical-coordinate representation of color #3A13B3: hue angle of 254.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A13B3 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB5819179-
CMYK0.680.8900.30
HSL254.62º80.81%38.82%-
HSV(B)254.62º89.39%70.2%-
XYZ10.114.6243.01-
YUV48.9201.42134.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.66%
GREEN value IS 19 (7.81% from 255) = 7.42%
BLUE value IS 179 (70.31% from 255) = 69.92%
R=22.66%
G=7.42%
B=69.92%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal58191790.680.8900.30254.6280.8138.82
Hex3A13B3445901Eff5127
Octal722326310413103637712147
Binary111010100111011001110001001011001011110111111111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A13B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,19,179); }

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

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

 a { background-color: rgb(58,19,179); }

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

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

 span { border-color: rgb(58,19,179); }

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