Html Css Color HEX #471DEC Han Purple

📋 copy color: '#471DEC'

red 71 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #471DEC

Tints of Han Purple #471DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.63%

 BLUE value IS 236 (92.58% from 255) = 70.24%

R = 21.13%
G = 8.63%
B = 70.24%

CMYK

 C value IS 0.70

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#471DEC (or 0x471DEC) is known color: Han Purple. HEX triplet: 47, 1D and EC. RGB value is (71,29,236). Sum of RGB (Red+Green+Blue) = 71+29+236=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #471DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DEC is #B8E213. Grayscale: #404040. Windows color (decimal): -12116500 or 15473991. OLE color: 15473991.

HSL color Cylindrical-coordinate representation of color #471DEC: hue angle of 252.17º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471DEC is Cyan = 0.70, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 29 236 -
CMYK 0.70 0.88 0 0.07
HSL 252.17º 0.84% 0.52% -
HSV(B) 252.17º 0.88% 0.93% -
XYZ 18.18 8.27 80 -
YUV 65.16 224.41 132.17 -
System Red Green Blue C M Y K H S L
Decimal 71 29 236 0.70 0.88 0 0.07 252.17 0.84 0.52
Hex 47 1D EC 46 58 0 7 FC 54 34
Octal 107 35 354 106 130 0 7 374 124 64
Binary 1000111 11101 11101100 1000110 1011000 0 111 11111100 1010100 110100

Color Harmonies of #471DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DEC

Black with #471DEC

Text Example


Text Example

White with #471DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471DEC; }

 p { color: rgb(71,29,236); }

 H1.HeaderClassName
 {
   color: #471DEC;
 }
 .AnyTagClassName
 {
   color: #471DEC;
 }
</style>

background-color css

<style>
 a { background-color: #471DEC; }

 a { background-color: rgb(71,29,236); }

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

border-color css

<style>
 span { border-color: #471DEC; }

 span { border-color: rgb(71,29,236); }

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