Html Css Color HEX #4818FE Han Purple

📋 copy color: '#4818FE'

red 72 ◦ green 24 ◦ blue 254

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

Shades of Han Purple #4818FE

Tints of Han Purple #4818FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

 BLUE value IS 254 (99.61% from 255) = 72.57%

R = 20.57%
G = 6.86%
B = 72.57%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4818FE (or 0x4818FE) is known color: Han Purple. HEX triplet: 48, 18 and FE. RGB value is (72,24,254). Sum of RGB (Red+Green+Blue) = 72+24+254=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 254 (99.61% from 255 or 72.57% from 350); Max value from RGB is 254 - color contains mainly: blue. Hex color #4818FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4818FE is #B7E701. Grayscale: #3F3F3F. Windows color (decimal): -12052226 or 16652360. OLE color: 16652360.

HSL color Cylindrical-coordinate representation of color #4818FE: hue angle of 252.52º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4818FE is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 24 254 -
CMYK 0.72 0.91 0 0.00
HSL 252.52º 0.99% 0.55% -
HSV(B) 252.52º 0.91% 1% -
XYZ 20.89 9.19 94.44 -
YUV 64.57 234.9 133.3 -
System Red Green Blue C M Y K H S L
Decimal 72 24 254 0.72 0.91 0 0.00 252.52 0.99 0.55
Hex 48 18 FE 48 5B 0 0 FD 63 37
Octal 110 30 376 110 133 0 0 375 143 67
Binary 1001000 11000 11111110 1001000 1011011 0 0 11111101 1100011 110111

Color Harmonies of #4818FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4818FE

Black with #4818FE

Text Example


Text Example

White with #4818FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4818FE; }

 p { color: rgb(72,24,254); }

 H1.HeaderClassName
 {
   color: #4818FE;
 }
 .AnyTagClassName
 {
   color: #4818FE;
 }
</style>

background-color css

<style>
 a { background-color: #4818FE; }

 a { background-color: rgb(72,24,254); }

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

border-color css

<style>
 span { border-color: #4818FE; }

 span { border-color: rgb(72,24,254); }

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