Html Css Color HEX #4714FE Han Purple

📋 copy color: '#4714FE'

red 71 ◦ green 20 ◦ blue 254

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

Shades of Han Purple #4714FE

Tints of Han Purple #4714FE

RGB

 RED value IS 71 (28.13% from 255) = 20.58%

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

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

R = 20.58%
G = 5.8%
B = 73.62%

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

#4714FE (or 0x4714FE) is known color: Han Purple. HEX triplet: 47, 14 and FE. RGB value is (71,20,254). Sum of RGB (Red+Green+Blue) = 71+20+254=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #4714FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4714FE is #B8EB01. Grayscale: #3D3D3D. Windows color (decimal): -12118786 or 16651335. OLE color: 16651335.

HSL color Cylindrical-coordinate representation of color #4714FE: hue angle of 253.08º 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 #4714FE is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 20 254 -
CMYK 0.72 0.92 0 0.00
HSL 253.08º 0.99% 0.54% -
HSV(B) 253.08º 0.92% 1% -
XYZ 20.74 9 94.41 -
YUV 61.93 236.4 134.47 -
System Red Green Blue C M Y K H S L
Decimal 71 20 254 0.72 0.92 0 0.00 253.08 0.99 0.54
Hex 47 14 FE 48 5C 0 0 FD 63 36
Octal 107 24 376 110 134 0 0 375 143 66
Binary 1000111 10100 11111110 1001000 1011100 0 0 11111101 1100011 110110

Color Harmonies of #4714FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714FE

Black with #4714FE

Text Example


Text Example

White with #4714FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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