Html Css Color HEX #4710DC Han Purple

📋 copy color: '#4710DC'

red 71 ◦ green 16 ◦ blue 220

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

Shades of Han Purple #4710DC

Tints of Han Purple #4710DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 23.13%
G = 5.21%
B = 71.66%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4710DC (or 0x4710DC) is known color: Han Purple. HEX triplet: 47, 10 and DC. RGB value is (71,16,220). Sum of RGB (Red+Green+Blue) = 71+16+220=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #4710DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710DC is #B8EF23. Grayscale: #363636. Windows color (decimal): -12119844 or 14422087. OLE color: 14422087.

HSL color Cylindrical-coordinate representation of color #4710DC: hue angle of 256.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4710DC is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 16 220 -
CMYK 0.68 0.93 0 0.14
HSL 256.18º 0.86% 0.46% -
HSV(B) 256.18º 0.93% 0.86% -
XYZ 15.7 6.88 68.21 -
YUV 55.7 220.72 138.91 -
System Red Green Blue C M Y K H S L
Decimal 71 16 220 0.68 0.93 0 0.14 256.18 0.86 0.46
Hex 47 10 DC 44 5D 0 E 100 56 2E
Octal 107 20 334 104 135 0 16 400 126 56
Binary 1000111 10000 11011100 1000100 1011101 0 1110 100000000 1010110 101110

Color Harmonies of #4710DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710DC

Black with #4710DC

Text Example


Text Example

White with #4710DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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