#480FBE

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

Shades of Purple Heart #480FBE

Tints of Purple Heart #480FBE

Color information

#480FBE (or 0x480FBE) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and BE. RGB value is (72,15,190). Sum of RGB (Red+Green+Blue) = 72+15+190=277 (36% of max value = 765). Red value is 72 (28.52% from 255 or 25.99% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #480FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FBE is #B7F041. Grayscale: #333333. Windows color (decimal): -12054594 or 12455752. OLE color: 12455752.

HSL color Cylindrical-coordinate representation of color #480FBE: hue angle of 259.54º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480FBE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7215190-
CMYK0.620.9200.25
HSL259.54º85.37%40.2%-
HSV(B)259.54º92.11%74.51%-
XYZ12.145.4449.12-
YUV51.99205.88142.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.99%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 190 (74.61% from 255) = 68.59%
R=25.99%
G=5.42%
B=68.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72151900.620.9200.25259.5485.3740.2
Hex48FBE3E5C0191045528
Octal110172767613403140412550
Binary100100011111011111011111010111000110011000001001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480FBE; }

 p { color: rgb(72,15,190); }

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

<style>
 a { background-color: #480FBE; }

 a { background-color: rgb(72,15,190); }

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

<style>
 span { border-color: #480FBE; }

 span { border-color: rgb(72,15,190); }

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