Html Css Color HEX #471EEC Han Purple

📋 copy color: '#471EEC'

red 71 ◦ green 30 ◦ blue 236

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

Shades of Han Purple #471EEC

Tints of Han Purple #471EEC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 21.07%
G = 8.9%
B = 70.03%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#471EEC (or 0x471EEC) is known color: Han Purple. HEX triplet: 47, 1E and EC. RGB value is (71,30,236). Sum of RGB (Red+Green+Blue) = 71+30+236=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #471EEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EEC is #B8E113. Grayscale: #404040. Windows color (decimal): -12116244 or 15474247. OLE color: 15474247.

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

Color convert

RGB 71 30 236 -
CMYK 0.70 0.87 0 0.07
HSL 251.94º 0.84% 0.52% -
HSV(B) 251.94º 0.87% 0.93% -
XYZ 18.2 8.32 80 -
YUV 65.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 71 30 236 0.70 0.87 0 0.07 251.94 0.84 0.52
Hex 47 1E EC 46 57 0 7 FC 54 34
Octal 107 36 354 106 127 0 7 374 124 64
Binary 1000111 11110 11101100 1000110 1010111 0 111 11111100 1010100 110100

Color Harmonies of #471EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EEC

Black with #471EEC

Text Example


Text Example

White with #471EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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