Html Css Color HEX #471CE1 Han Purple

📋 copy color: '#471CE1'

red 71 ◦ green 28 ◦ blue 225

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

Shades of Han Purple #471CE1

Tints of Han Purple #471CE1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.64%

 BLUE value IS 225 (88.28% from 255) = 69.44%

R = 21.91%
G = 8.64%
B = 69.44%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#471CE1 (or 0x471CE1) is known color: Han Purple. HEX triplet: 47, 1C and E1. RGB value is (71,28,225). Sum of RGB (Red+Green+Blue) = 71+28+225=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 225 (88.28% from 255 or 69.44% from 324); Max value from RGB is 225 - color contains mainly: blue. Hex color #471CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471CE1 is #B8E31E. Grayscale: #3E3E3E. Windows color (decimal): -12116767 or 14752839. OLE color: 14752839.

HSL color Cylindrical-coordinate representation of color #471CE1: hue angle of 253.1º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471CE1 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 28 225 -
CMYK 0.68 0.88 0 0.12
HSL 253.1º 0.78% 0.5% -
HSV(B) 253.1º 0.88% 0.88% -
XYZ 16.6 7.61 71.83 -
YUV 63.32 219.25 133.48 -
System Red Green Blue C M Y K H S L
Decimal 71 28 225 0.68 0.88 0 0.12 253.1 0.78 0.5
Hex 47 1C E1 44 58 0 C FD 4E 32
Octal 107 34 341 104 130 0 14 375 116 62
Binary 1000111 11100 11100001 1000100 1011000 0 1100 11111101 1001110 110010

Color Harmonies of #471CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CE1

Black with #471CE1

Text Example


Text Example

White with #471CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,28,225); }

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

background-color css

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

 a { background-color: rgb(71,28,225); }

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

border-color css

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

 span { border-color: rgb(71,28,225); }

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