Html Css Color HEX #471FE0 Han Purple

📋 copy color: '#471FE0'

red 71 ◦ green 31 ◦ blue 224

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

Shades of Han Purple #471FE0

Tints of Han Purple #471FE0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

 BLUE value IS 224 (87.89% from 255) = 68.71%

R = 21.78%
G = 9.51%
B = 68.71%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#471FE0 (or 0x471FE0) is known color: Han Purple. HEX triplet: 47, 1F and E0. RGB value is (71,31,224). Sum of RGB (Red+Green+Blue) = 71+31+224=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #471FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471FE0 is #B8E01F. Grayscale: #404040. Windows color (decimal): -12116000 or 14688071. OLE color: 14688071.

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

Color convert

RGB 71 31 224 -
CMYK 0.68 0.86 0 0.12
HSL 252.44º 0.76% 0.5% -
HSV(B) 252.44º 0.86% 0.88% -
XYZ 16.54 7.7 71.14 -
YUV 64.96 217.75 132.31 -
System Red Green Blue C M Y K H S L
Decimal 71 31 224 0.68 0.86 0 0.12 252.44 0.76 0.5
Hex 47 1F E0 44 56 0 C FC 4C 32
Octal 107 37 340 104 126 0 14 374 114 62
Binary 1000111 11111 11100000 1000100 1010110 0 1100 11111100 1001100 110010

Color Harmonies of #471FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FE0

Black with #471FE0

Text Example


Text Example

White with #471FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,31,224); }

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

background-color css

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

 a { background-color: rgb(71,31,224); }

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

border-color css

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

 span { border-color: rgb(71,31,224); }

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