Html Css Color HEX #4800EC Han Purple

📋 copy color: '#4800EC'

red 72 ◦ green 0 ◦ blue 236

#4800EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #4800EC

Tints of Han Purple #4800EC

RGB

 RED value IS 72 (28.52% from 255) = 23.38%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 76.62%

R = 23.38%
G = 0%
B = 76.62%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4800EC (or 0x4800EC) is known color: Han Purple. HEX triplet: 48, 00 and EC. RGB value is (72,0,236). Sum of RGB (Red+Green+Blue) = 72+0+236=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 236 (92.58% from 255 or 76.62% from 308); Max value from RGB is 236 - color contains mainly: blue. Hex color #4800EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4800EC is #B7FF13. Grayscale: #2F2F2F. Windows color (decimal): -12058388 or 15466568. OLE color: 15466568.

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

Color convert

RGB 72 0 236 -
CMYK 0.69 1 0 0.07
HSL 258.31º 1% 0.46% -
HSV(B) 258.31º 1% 0.93% -
XYZ 17.81 7.43 79.85 -
YUV 48.43 233.85 144.81 -
System Red Green Blue C M Y K H S L
Decimal 72 0 236 0.69 1 0 0.07 258.31 1 0.46
Hex 48 0 EC 45 64 0 7 102 64 2E
Octal 110 0 354 105 144 0 7 402 144 56
Binary 1001000 0 11101100 1000101 1100100 0 111 100000010 1100100 101110

Color Harmonies of #4800EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800EC

Black with #4800EC

Text Example


Text Example

White with #4800EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4800EC;
 }
 .AnyTagClassName
 {
   color: #4800EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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