Html Css Color HEX #4711FA Han Purple

📋 copy color: '#4711FA'

red 71 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #4711FA

Tints of Han Purple #4711FA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.03%

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

R = 21.01%
G = 5.03%
B = 73.96%

CMYK

 C value IS 0.72

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4711FA (or 0x4711FA) is known color: Han Purple. HEX triplet: 47, 11 and FA. RGB value is (71,17,250). Sum of RGB (Red+Green+Blue) = 71+17+250=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 250 (98.05% from 255 or 73.96% from 338); Max value from RGB is 250 - color contains mainly: blue. Hex color #4711FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4711FA is #B8EE05. Grayscale: #3A3A3A. Windows color (decimal): -12119558 or 16388423. OLE color: 16388423.

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

Color convert

RGB 71 17 250 -
CMYK 0.72 0.93 0 0.02
HSL 253.91º 0.96% 0.52% -
HSV(B) 253.91º 0.93% 0.98% -
XYZ 20.05 8.64 91.05 -
YUV 59.71 235.39 136.05 -
System Red Green Blue C M Y K H S L
Decimal 71 17 250 0.72 0.93 0 0.02 253.91 0.96 0.52
Hex 47 11 FA 48 5D 0 2 FE 60 34
Octal 107 21 372 110 135 0 2 376 140 64
Binary 1000111 10001 11111010 1001000 1011101 0 10 11111110 1100000 110100

Color Harmonies of #4711FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4711FA

Black with #4711FA

Text Example


Text Example

White with #4711FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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