#480BBD

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

Shades of Purple Heart #480BBD

Tints of Purple Heart #480BBD

Color information

#480BBD (or 0x480BBD) is unknown color: approx Purple Heart. HEX triplet: 48, 0B and BD. RGB value is (72,11,189). Sum of RGB (Red+Green+Blue) = 72+11+189=272 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.47% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #480BBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BBD is #B7F442. Grayscale: #303030. Windows color (decimal): -12055619 or 12389192. OLE color: 12389192.

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

Color convert

RGB7211189-
CMYK0.620.9400.26
HSL260.56º89%39.22%-
HSV(B)260.56º94.18%74.12%-
XYZ11.985.2948.53-
YUV49.53206.71144.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.47%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 189 (74.22% from 255) = 69.49%
R=26.47%
G=4.04%
B=69.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal72111890.620.9400.26260.568939.22
Hex48BBD3E5E01A1055927
Octal110132757613603240513147
Binary100100010111011110111111010111100110101000001011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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