#481BBD

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

Shades of Purple Heart #481BBD

Tints of Purple Heart #481BBD

Color information

#481BBD (or 0x481BBD) is unknown color: approx Purple Heart. HEX triplet: 48, 1B and BD. RGB value is (72,27,189). Sum of RGB (Red+Green+Blue) = 72+27+189=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #481BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481BBD is #B7E442. Grayscale: #3A3A3A. Windows color (decimal): -12051523 or 12393288. OLE color: 12393288.

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

Color convert

RGB7227189-
CMYK0.620.8600.26
HSL256.67º75%42.35%-
HSV(B)256.67º85.71%74.12%-
XYZ12.255.8448.62-
YUV58.92201.41137.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 27 (10.94% from 255) = 9.38%
BLUE value IS 189 (74.22% from 255) = 65.62%
R=25%
G=9.38%
B=65.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72271890.620.8600.26256.677542.35
Hex481BBD3E5601A1014b2a
Octal110332757612603240111352
Binary1001000110111011110111111010101100110101000000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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