Html Css Color HEX #4712FE Han Purple

📋 copy color: '#4712FE'

red 71 ◦ green 18 ◦ blue 254

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

Shades of Han Purple #4712FE

Tints of Han Purple #4712FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

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

R = 20.7%
G = 5.25%
B = 74.05%

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

#4712FE (or 0x4712FE) is known color: Han Purple. HEX triplet: 47, 12 and FE. RGB value is (71,18,254). Sum of RGB (Red+Green+Blue) = 71+18+254=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 254 (99.61% from 255 or 74.05% from 343); Max value from RGB is 254 - color contains mainly: blue. Hex color #4712FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4712FE is #B8ED01. Grayscale: #3B3B3B. Windows color (decimal): -12119298 or 16650823. OLE color: 16650823.

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

Color convert

RGB 71 18 254 -
CMYK 0.72 0.93 0 0.00
HSL 253.47º 0.99% 0.53% -
HSV(B) 253.47º 0.93% 1% -
XYZ 20.7 8.93 94.4 -
YUV 60.75 237.06 135.31 -
System Red Green Blue C M Y K H S L
Decimal 71 18 254 0.72 0.93 0 0.00 253.47 0.99 0.53
Hex 47 12 FE 48 5D 0 0 FD 63 35
Octal 107 22 376 110 135 0 0 375 143 65
Binary 1000111 10010 11111110 1001000 1011101 0 0 11111101 1100011 110101

Color Harmonies of #4712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4712FE

Black with #4712FE

Text Example


Text Example

White with #4712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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