#481BBB

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

Shades of Purple Heart #481BBB

Tints of Purple Heart #481BBB

Color information

#481BBB (or 0x481BBB) is unknown color: approx Purple Heart. HEX triplet: 48, 1B and BB. RGB value is (72,27,187). Sum of RGB (Red+Green+Blue) = 72+27+187=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #481BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBB is #B7E444. Grayscale: #3A3A3A. Windows color (decimal): -12051525 or 12262216. OLE color: 12262216.

HSL color Cylindrical-coordinate representation of color #481BBB: hue angle of 256.88º 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 #481BBB is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7227187-
CMYK0.610.8600.27
HSL256.88º74.77%41.96%-
HSV(B)256.88º85.56%73.33%-
XYZ12.035.7547.49-
YUV58.69200.41137.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 27 (10.94% from 255) = 9.44%
BLUE value IS 187 (73.44% from 255) = 65.38%
R=25.17%
G=9.44%
B=65.38%

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
Decimal72271870.610.8600.27256.8874.7741.96
Hex481BBB3D5601B1014b2a
Octal110332737512603340111352
Binary1001000110111011101111110110101100110111000000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,27,187); }

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

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

 a { background-color: rgb(72,27,187); }

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

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

 span { border-color: rgb(72,27,187); }

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