Html Css Color HEX #4710FB Han Purple

📋 copy color: '#4710FB'

red 71 ◦ green 16 ◦ blue 251

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

Shades of Han Purple #4710FB

Tints of Han Purple #4710FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 74.26%

R = 21.01%
G = 4.73%
B = 74.26%

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

#4710FB (or 0x4710FB) is known color: Han Purple. HEX triplet: 47, 10 and FB. RGB value is (71,16,251). Sum of RGB (Red+Green+Blue) = 71+16+251=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 251 (98.44% from 255 or 74.26% from 338); Max value from RGB is 251 - color contains mainly: blue. Hex color #4710FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4710FB is #B8EF04. Grayscale: #3A3A3A. Windows color (decimal): -12119813 or 16453703. OLE color: 16453703.

HSL color Cylindrical-coordinate representation of color #4710FB: hue angle of 254.04º degrees, saturation: 0.97, 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 #4710FB is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 71 16 251 -
CMYK 0.72 0.94 0 0.02
HSL 254.04º 0.97% 0.52% -
HSV(B) 254.04º 0.94% 0.98% -
XYZ 20.2 8.68 91.88 -
YUV 59.24 236.22 136.39 -
System Red Green Blue C M Y K H S L
Decimal 71 16 251 0.72 0.94 0 0.02 254.04 0.97 0.52
Hex 47 10 FB 48 5E 0 2 FE 61 34
Octal 107 20 373 110 136 0 2 376 141 64
Binary 1000111 10000 11111011 1001000 1011110 0 10 11111110 1100001 110100

Color Harmonies of #4710FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710FB

Black with #4710FB

Text Example


Text Example

White with #4710FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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