#4800CC

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

Shades of Han Purple #4800CC

Tints of Han Purple #4800CC

Color information

#4800CC (or 0x4800CC) is unknown color: approx Han Purple. HEX triplet: 48, 00 and CC. RGB value is (72,0,204). Sum of RGB (Red+Green+Blue) = 72+0+204=276 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.09% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #4800CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4800CC is #B7FF33. Grayscale: #2C2C2C. Windows color (decimal): -12058420 or 13369416. OLE color: 13369416.

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

Color convert

RGB720204-
CMYK0.65100.2
HSL261.18º100%40%-
HSV(B)261.18º100%80%-
XYZ13.575.7457.52-
YUV44.78217.85147.41-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 73.91%
R=26.09%
G=0%
B=73.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal7202040.65100.2261.1810040
Hex480CC41640141056428
Octal110031410114402440514450
Binary1001000011001100100000111001000101001000001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4800CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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