#480FB9

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

Shades of Purple Heart #480FB9

Tints of Purple Heart #480FB9

Color information

#480FB9 (or 0x480FB9) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and B9. RGB value is (72,15,185). Sum of RGB (Red+Green+Blue) = 72+15+185=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 15 (6.25% from 255 or 5.51% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #480FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FB9 is #B7F046. Grayscale: #323232. Windows color (decimal): -12054599 or 12128072. OLE color: 12128072.

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

Color convert

RGB7215185-
CMYK0.610.9200.27
HSL260.12º85%39.22%-
HSV(B)260.12º91.89%72.55%-
XYZ11.65.2246.3-
YUV51.42203.38142.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 15 (6.25% from 255) = 5.51%
BLUE value IS 185 (72.66% from 255) = 68.01%
R=26.47%
G=5.51%
B=68.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72151850.610.9200.27260.128539.22
Hex48FB93D5C01B1045527
Octal110172717513403340412547
Binary100100011111011100111110110111000110111000001001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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