#3A0FBA

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

Shades of Purple Heart #3A0FBA

Tints of Purple Heart #3A0FBA

Color information

#3A0FBA (or 0x3A0FBA) is unknown color: approx Purple Heart. HEX triplet: 3A, 0F and BA. RGB value is (58,15,186). Sum of RGB (Red+Green+Blue) = 58+15+186=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A0FBA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0FBA is #C5F045. Grayscale: #2E2E2E. Windows color (decimal): -12972102 or 12193594. OLE color: 12193594.

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

Color convert

RGB5815186-
CMYK0.690.9200.27
HSL255.09º85.07%39.41%-
HSV(B)255.09º91.94%72.94%-
XYZ10.784.7946.81-
YUV47.35206.25135.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.39%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 186 (73.05% from 255) = 71.81%
R=22.39%
G=5.79%
B=71.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58151860.690.9200.27255.0985.0739.41
Hex3AFBA455C01Bff5527
Octal721727210513403337712547
Binary11101011111011101010001011011100011011111111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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