Html Css Color HEX #4710FA Han Purple

📋 copy color: '#4710FA'

red 71 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #4710FA

Tints of Han Purple #4710FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 21.07%
G = 4.75%
B = 74.18%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4710FA (or 0x4710FA) is known color: Han Purple. HEX triplet: 47, 10 and FA. RGB value is (71,16,250). Sum of RGB (Red+Green+Blue) = 71+16+250=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4710FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4710FA is #B8EF05. Grayscale: #3A3A3A. Windows color (decimal): -12119814 or 16388167. OLE color: 16388167.

HSL color Cylindrical-coordinate representation of color #4710FA: hue angle of 254.1º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4710FA is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 16 250 -
CMYK 0.72 0.94 0 0.02
HSL 254.1º 0.96% 0.52% -
HSV(B) 254.1º 0.94% 0.98% -
XYZ 20.04 8.61 91.05 -
YUV 59.12 235.72 136.47 -
System Red Green Blue C M Y K H S L
Decimal 71 16 250 0.72 0.94 0 0.02 254.1 0.96 0.52
Hex 47 10 FA 48 5E 0 2 FE 60 34
Octal 107 20 372 110 136 0 2 376 140 64
Binary 1000111 10000 11111010 1001000 1011110 0 10 11111110 1100000 110100

Color Harmonies of #4710FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710FA

Black with #4710FA

Text Example


Text Example

White with #4710FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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