#480FB3

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

Shades of Purple Heart #480FB3

Tints of Purple Heart #480FB3

Color information

#480FB3 (or 0x480FB3) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and B3. RGB value is (72,15,179). Sum of RGB (Red+Green+Blue) = 72+15+179=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 179 (70.31% from 255 or 67.29% from 266); Max value from RGB is 179 - color contains mainly: blue. Hex color #480FB3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FB3 is #B7F04C. Grayscale: #323232. Windows color (decimal): -12054605 or 11734856. OLE color: 11734856.

HSL color Cylindrical-coordinate representation of color #480FB3: hue angle of 260.85º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #480FB3 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7215179-
CMYK0.600.9200.30
HSL260.85º84.54%38.04%-
HSV(B)260.85º91.62%70.2%-
XYZ10.984.9743.03-
YUV50.74200.38143.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 15 (6.25% from 255) = 5.64%
BLUE value IS 179 (70.31% from 255) = 67.29%
R=27.07%
G=5.64%
B=67.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72151790.600.9200.30260.8584.5438.04
Hex48FB33C5C01E1055526
Octal110172637413403640512546
Binary100100011111011001111110010111000111101000001011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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