Html Css Color HEX #4710FF Han Purple

📋 copy color: '#4710FF'

red 71 ◦ green 16 ◦ blue 255

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

Shades of Han Purple #4710FF

Tints of Han Purple #4710FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.56%

R = 20.76%
G = 4.68%
B = 74.56%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4710FF (or 0x4710FF) is known color: Han Purple. HEX triplet: 47, 10 and FF. RGB value is (71,16,255). Sum of RGB (Red+Green+Blue) = 71+16+255=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 255 (100% from 255 or 74.56% from 342); Max value from RGB is 255 - color contains mainly: blue. Hex color #4710FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4710FF is #B8EF00. Grayscale: #3A3A3A. Windows color (decimal): -12119809 or 16715847. OLE color: 16715847.

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

Color convert

RGB 71 16 255 -
CMYK 0.72 0.94 0 0
HSL 253.81º 1% 0.53% -
HSV(B) 253.81º 0.94% 1% -
XYZ 20.83 8.93 95.23 -
YUV 59.69 238.22 136.07 -
System Red Green Blue C M Y K H S L
Decimal 71 16 255 0.72 0.94 0 0 253.81 1 0.53
Hex 47 10 FF 48 5E 0 0 FE 64 35
Octal 107 20 377 110 136 0 0 376 144 65
Binary 1000111 10000 11111111 1001000 1011110 0 0 11111110 1100100 110101

Color Harmonies of #4710FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710FF

Black with #4710FF

Text Example


Text Example

White with #4710FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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