#3A0FB6

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

Shades of Purple Heart #3A0FB6

Tints of Purple Heart #3A0FB6

Color information

#3A0FB6 (or 0x3A0FB6) is unknown color: approx Purple Heart. HEX triplet: 3A, 0F and B6. RGB value is (58,15,182). Sum of RGB (Red+Green+Blue) = 58+15+182=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 182 (71.48% from 255 or 71.37% from 255); Max value from RGB is 182 - color contains mainly: blue. Hex color #3A0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FB6 is #C5F049. Grayscale: #2E2E2E. Windows color (decimal): -12972106 or 11931450. OLE color: 11931450.

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

Color convert

RGB5815182-
CMYK0.680.9200.29
HSL255.45º84.77%38.63%-
HSV(B)255.45º91.76%71.37%-
XYZ10.364.6244.6-
YUV46.9204.25135.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.75%
GREEN value IS 15 (6.25% from 255) = 5.88%
BLUE value IS 182 (71.48% from 255) = 71.37%
R=22.75%
G=5.88%
B=71.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58151820.680.9200.29255.4584.7738.63
Hex3AFB6445C01Dff5527
Octal721726610413403537712547
Binary11101011111011011010001001011100011101111111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,15,182); }

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

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

 a { background-color: rgb(58,15,182); }

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

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

 span { border-color: rgb(58,15,182); }

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