#480FE6

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

Shades of Han Purple #480FE6

Tints of Han Purple #480FE6

Color information

#480FE6 (or 0x480FE6) is unknown color: approx Han Purple. HEX triplet: 48, 0F and E6. RGB value is (72,15,230). Sum of RGB (Red+Green+Blue) = 72+15+230=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 230 (90.23% from 255 or 72.56% from 317); Max value from RGB is 230 - color contains mainly: blue. Hex color #480FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480FE6 is #B7F019. Grayscale: #373737. Windows color (decimal): -12054554 or 15077192. OLE color: 15077192.

HSL color Cylindrical-coordinate representation of color #480FE6: hue angle of 255.91º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #480FE6 is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7215230-
CMYK0.690.9300.10
HSL255.91º87.76%48.04%-
HSV(B)255.91º93.48%90.2%-
XYZ17.137.4375.39-
YUV56.55225.88139.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.71%
GREEN value IS 15 (6.25% from 255) = 4.73%
BLUE value IS 230 (90.23% from 255) = 72.56%
R=22.71%
G=4.73%
B=72.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72152300.690.9300.10255.9187.7648.04
Hex48FE6455D0A1005830
Octal1101734610513501240013060
Binary100100011111110011010001011011101010101000000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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