#480FBD

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

Shades of Purple Heart #480FBD

Tints of Purple Heart #480FBD

Color information

#480FBD (or 0x480FBD) is unknown color: approx Purple Heart. HEX triplet: 48, 0F and BD. RGB value is (72,15,189). Sum of RGB (Red+Green+Blue) = 72+15+189=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 189 (74.22% from 255 or 68.48% from 276); Max value from RGB is 189 - color contains mainly: blue. Hex color #480FBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FBD is #B7F042. Grayscale: #333333. Windows color (decimal): -12054595 or 12390216. OLE color: 12390216.

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

Color convert

RGB7215189-
CMYK0.620.9200.26
HSL259.66º85.29%40%-
HSV(B)259.66º92.06%74.12%-
XYZ12.035.3948.55-
YUV51.88205.38142.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 189 (74.22% from 255) = 68.48%
R=26.09%
G=5.43%
B=68.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72151890.620.9200.26259.6685.2940
Hex48FBD3E5C01A1045528
Octal110172757613403240412550
Binary100100011111011110111111010111000110101000001001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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