Html Css Color HEX #4710F6 Han Purple

📋 copy color: '#4710F6'

red 71 ◦ green 16 ◦ blue 246

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

Shades of Han Purple #4710F6

Tints of Han Purple #4710F6

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

 BLUE value IS 246 (96.48% from 255) = 73.87%

R = 21.32%
G = 4.8%
B = 73.87%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4710F6 (or 0x4710F6) is known color: Han Purple. HEX triplet: 47, 10 and F6. RGB value is (71,16,246). Sum of RGB (Red+Green+Blue) = 71+16+246=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 246 (96.48% from 255 or 73.87% from 333); Max value from RGB is 246 - color contains mainly: blue. Hex color #4710F6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4710F6 is #B8EF09. Grayscale: #393939. Windows color (decimal): -12119818 or 16126023. OLE color: 16126023.

HSL color Cylindrical-coordinate representation of color #4710F6: hue angle of 254.35º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4710F6 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 16 246 -
CMYK 0.71 0.93 0 0.04
HSL 254.35º 0.93% 0.51% -
HSV(B) 254.35º 0.93% 0.96% -
XYZ 19.42 8.36 87.78 -
YUV 58.67 233.72 136.8 -
System Red Green Blue C M Y K H S L
Decimal 71 16 246 0.71 0.93 0 0.04 254.35 0.93 0.51
Hex 47 10 F6 47 5D 0 4 FE 5D 33
Octal 107 20 366 107 135 0 4 376 135 63
Binary 1000111 10000 11110110 1000111 1011101 0 100 11111110 1011101 110011

Color Harmonies of #4710F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710F6

Black with #4710F6

Text Example


Text Example

White with #4710F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4710F6; }

 p { color: rgb(71,16,246); }

 H1.HeaderClassName
 {
   color: #4710F6;
 }
 .AnyTagClassName
 {
   color: #4710F6;
 }
</style>

background-color css

<style>
 a { background-color: #4710F6; }

 a { background-color: rgb(71,16,246); }

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

border-color css

<style>
 span { border-color: #4710F6; }

 span { border-color: rgb(71,16,246); }

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