#4800FF

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

Shades of Han Purple #4800FF

Tints of Han Purple #4800FF

Color information

#4800FF (or 0x4800FF) is unknown color: approx Han Purple. HEX triplet: 48, 00 and FF. RGB value is (72,0,255). Sum of RGB (Red+Green+Blue) = 72+0+255=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 255 (100% from 255 or 77.98% from 327); Max value from RGB is 255 - color contains mainly: blue. Hex color #4800FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800FF is #B7FF00. Grayscale: #313131. Windows color (decimal): -12058369 or 16711752. OLE color: 16711752.

HSL color Cylindrical-coordinate representation of color #4800FF: hue angle of 256.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4800FF is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB720255-
CMYK0.72100
HSL256.94º100%50%-
HSV(B)256.94º100%100%-
XYZ20.728.695.18-
YUV50.6243.35143.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 77.98%
R=22.02%
G=0%
B=77.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal7202550.72100256.9410050
Hex480FF4864001016432
Octal11003771101440040114462
Binary100100001111111110010001100100001000000011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4800FF; }

 p { color: rgb(72,0,255); }

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

<style>
 a { background-color: #4800FF; }

 a { background-color: rgb(72,0,255); }

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

<style>
 span { border-color: #4800FF; }

 span { border-color: rgb(72,0,255); }

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