Html Css Color HEX #471AE6 Han Purple

📋 copy color: '#471AE6'

red 71 ◦ green 26 ◦ blue 230

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

Shades of Han Purple #471AE6

Tints of Han Purple #471AE6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 230 (90.23% from 255) = 70.34%

R = 21.71%
G = 7.95%
B = 70.34%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#471AE6 (or 0x471AE6) is known color: Han Purple. HEX triplet: 47, 1A and E6. RGB value is (71,26,230). Sum of RGB (Red+Green+Blue) = 71+26+230=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #471AE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471AE6 is #B8E519. Grayscale: #3D3D3D. Windows color (decimal): -12117274 or 15080007. OLE color: 15080007.

HSL color Cylindrical-coordinate representation of color #471AE6: hue angle of 253.24º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471AE6 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 71 26 230 -
CMYK 0.69 0.89 0 0.10
HSL 253.24º 0.8% 0.5% -
HSV(B) 253.24º 0.89% 0.9% -
XYZ 17.25 7.79 75.46 -
YUV 62.71 222.41 133.91 -
System Red Green Blue C M Y K H S L
Decimal 71 26 230 0.69 0.89 0 0.10 253.24 0.8 0.5
Hex 47 1A E6 45 59 0 A FD 50 32
Octal 107 32 346 105 131 0 12 375 120 62
Binary 1000111 11010 11100110 1000101 1011001 0 1010 11111101 1010000 110010

Color Harmonies of #471AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471AE6

Black with #471AE6

Text Example


Text Example

White with #471AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,26,230); }

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

background-color css

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

 a { background-color: rgb(71,26,230); }

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

border-color css

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

 span { border-color: rgb(71,26,230); }

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