Html Css Color HEX #4814FE Han Purple

📋 copy color: '#4814FE'

red 72 ◦ green 20 ◦ blue 254

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

Shades of Han Purple #4814FE

Tints of Han Purple #4814FE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

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

R = 20.81%
G = 5.78%
B = 73.41%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4814FE (or 0x4814FE) is known color: Han Purple. HEX triplet: 48, 14 and FE. RGB value is (72,20,254). Sum of RGB (Red+Green+Blue) = 72+20+254=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #4814FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4814FE is #B7EB01. Grayscale: #3D3D3D. Windows color (decimal): -12053250 or 16651336. OLE color: 16651336.

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

Color convert

RGB 72 20 254 -
CMYK 0.72 0.92 0 0.00
HSL 253.33º 0.99% 0.54% -
HSV(B) 253.33º 0.92% 1% -
XYZ 20.81 9.03 94.41 -
YUV 62.22 236.23 134.97 -
System Red Green Blue C M Y K H S L
Decimal 72 20 254 0.72 0.92 0 0.00 253.33 0.99 0.54
Hex 48 14 FE 48 5C 0 0 FD 63 36
Octal 110 24 376 110 134 0 0 375 143 66
Binary 1001000 10100 11111110 1001000 1011100 0 0 11111101 1100011 110110

Color Harmonies of #4814FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4814FE

Black with #4814FE

Text Example


Text Example

White with #4814FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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