Html Css Color HEX #4713FE Han Purple

📋 copy color: '#4713FE'

red 71 ◦ green 19 ◦ blue 254

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

Shades of Han Purple #4713FE

Tints of Han Purple #4713FE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 20.64%
G = 5.52%
B = 73.84%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4713FE (or 0x4713FE) is known color: Han Purple. HEX triplet: 47, 13 and FE. RGB value is (71,19,254). Sum of RGB (Red+Green+Blue) = 71+19+254=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #4713FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4713FE is #B8EC01. Grayscale: #3C3C3C. Windows color (decimal): -12119042 or 16651079. OLE color: 16651079.

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

Color convert

RGB 71 19 254 -
CMYK 0.72 0.93 0 0.00
HSL 253.28º 0.99% 0.54% -
HSV(B) 253.28º 0.93% 1% -
XYZ 20.72 8.96 94.4 -
YUV 61.34 236.73 134.89 -
System Red Green Blue C M Y K H S L
Decimal 71 19 254 0.72 0.93 0 0.00 253.28 0.99 0.54
Hex 47 13 FE 48 5D 0 0 FD 63 36
Octal 107 23 376 110 135 0 0 375 143 66
Binary 1000111 10011 11111110 1001000 1011101 0 0 11111101 1100011 110110

Color Harmonies of #4713FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4713FE

Black with #4713FE

Text Example


Text Example

White with #4713FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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