#480CB6

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

Shades of Purple Heart #480CB6

Tints of Purple Heart #480CB6

Color information

#480CB6 (or 0x480CB6) is unknown color: approx Purple Heart. HEX triplet: 48, 0C and B6. RGB value is (72,12,182). Sum of RGB (Red+Green+Blue) = 72+12+182=266 (35% of max value = 765). Red value is 72 (28.52% from 255 or 27.07% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 182 (71.48% from 255 or 68.42% from 266); Max value from RGB is 182 - color contains mainly: blue. Hex color #480CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CB6 is #B7F349. Grayscale: #303030. Windows color (decimal): -12055370 or 11930696. OLE color: 11930696.

HSL color Cylindrical-coordinate representation of color #480CB6: hue angle of 261.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480CB6 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7212182-
CMYK0.600.9300.29
HSL261.18º87.63%38.04%-
HSV(B)261.18º93.41%71.37%-
XYZ11.255.0244.63-
YUV49.32202.88144.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.07%
GREEN value IS 12 (5.08% from 255) = 4.51%
BLUE value IS 182 (71.48% from 255) = 68.42%
R=27.07%
G=4.51%
B=68.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal72121820.600.9300.29261.1887.6338.04
Hex48CB63C5D01D1055826
Octal110142667413503540513046
Binary100100011001011011011110010111010111011000001011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,12,182); }

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

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

 a { background-color: rgb(72,12,182); }

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

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

 span { border-color: rgb(72,12,182); }

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