Html Css Color HEX #4711DD Han Purple

📋 copy color: '#4711DD'

red 71 ◦ green 17 ◦ blue 221

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

Shades of Han Purple #4711DD

Tints of Han Purple #4711DD

RGB

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

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

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

R = 22.98%
G = 5.5%
B = 71.52%

CMYK

 C value IS 0.68

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4711DD (or 0x4711DD) is known color: Han Purple. HEX triplet: 47, 11 and DD. RGB value is (71,17,221). Sum of RGB (Red+Green+Blue) = 71+17+221=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 221 (86.72% from 255 or 71.52% from 309); Max value from RGB is 221 - color contains mainly: blue. Hex color #4711DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4711DD is #B8EE22. Grayscale: #373737. Windows color (decimal): -12119587 or 14487879. OLE color: 14487879.

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

Color convert

RGB 71 17 221 -
CMYK 0.68 0.92 0 0.13
HSL 255.88º 0.86% 0.47% -
HSV(B) 255.88º 0.92% 0.87% -
XYZ 15.85 6.96 68.91 -
YUV 56.4 220.89 138.41 -
System Red Green Blue C M Y K H S L
Decimal 71 17 221 0.68 0.92 0 0.13 255.88 0.86 0.47
Hex 47 11 DD 44 5C 0 D 100 56 2F
Octal 107 21 335 104 134 0 15 400 126 57
Binary 1000111 10001 11011101 1000100 1011100 0 1101 100000000 1010110 101111

Color Harmonies of #4711DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4711DD

Black with #4711DD

Text Example


Text Example

White with #4711DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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