#481ABA

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

Shades of Purple Heart #481ABA

Tints of Purple Heart #481ABA

Color information

#481ABA (or 0x481ABA) is unknown color: approx Purple Heart. HEX triplet: 48, 1A and BA. RGB value is (72,26,186). Sum of RGB (Red+Green+Blue) = 72+26+186=284 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.35% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #481ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ABA is #B7E545. Grayscale: #393939. Windows color (decimal): -12051782 or 12196424. OLE color: 12196424.

HSL color Cylindrical-coordinate representation of color #481ABA: hue angle of 257.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481ABA is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7226186-
CMYK0.610.8600.27
HSL257.25º75.47%41.57%-
HSV(B)257.25º86.02%72.94%-
XYZ11.95.6646.92-
YUV57.99200.24137.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.35%
GREEN value IS 26 (10.55% from 255) = 9.15%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=25.35%
G=9.15%
B=65.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72261860.610.8600.27257.2575.4741.57
Hex481ABA3D5601B1014b2a
Octal110322727512603340111352
Binary1001000110101011101011110110101100110111000000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481ABA; }

 p { color: rgb(72,26,186); }

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

<style>
 a { background-color: #481ABA; }

 a { background-color: rgb(72,26,186); }

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

<style>
 span { border-color: #481ABA; }

 span { border-color: rgb(72,26,186); }

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