Html Css Color HEX #4710DD Han Purple

📋 copy color: '#4710DD'

red 71 ◦ green 16 ◦ blue 221

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

Shades of Han Purple #4710DD

Tints of Han Purple #4710DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.75%

R = 23.05%
G = 5.19%
B = 71.75%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4710DD (or 0x4710DD) is known color: Han Purple. HEX triplet: 47, 10 and DD. RGB value is (71,16,221). Sum of RGB (Red+Green+Blue) = 71+16+221=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #4710DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4710DD is #B8EF22. Grayscale: #373737. Windows color (decimal): -12119843 or 14487623. OLE color: 14487623.

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

Color convert

RGB 71 16 221 -
CMYK 0.68 0.93 0 0.13
HSL 256.1º 0.86% 0.46% -
HSV(B) 256.1º 0.93% 0.87% -
XYZ 15.83 6.93 68.91 -
YUV 55.82 221.22 138.83 -
System Red Green Blue C M Y K H S L
Decimal 71 16 221 0.68 0.93 0 0.13 256.1 0.86 0.46
Hex 47 10 DD 44 5D 0 D 100 56 2E
Octal 107 20 335 104 135 0 15 400 126 56
Binary 1000111 10000 11011101 1000100 1011101 0 1101 100000000 1010110 101110

Color Harmonies of #4710DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4710DD

Black with #4710DD

Text Example


Text Example

White with #4710DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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