Html Css Color HEX #471FEC Han Purple

📋 copy color: '#471FEC'

red 71 ◦ green 31 ◦ blue 236

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

Shades of Han Purple #471FEC

Tints of Han Purple #471FEC

RGB

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

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

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

R = 21.01%
G = 9.17%
B = 69.82%

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

#471FEC (or 0x471FEC) is known color: Han Purple. HEX triplet: 47, 1F and EC. RGB value is (71,31,236). Sum of RGB (Red+Green+Blue) = 71+31+236=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #471FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FEC is #B8E013. Grayscale: #414141. Windows color (decimal): -12115988 or 15474503. OLE color: 15474503.

HSL color Cylindrical-coordinate representation of color #471FEC: hue angle of 251.71º 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 #471FEC is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 31 236 -
CMYK 0.70 0.87 0 0.07
HSL 251.71º 0.84% 0.52% -
HSV(B) 251.71º 0.87% 0.93% -
XYZ 18.23 8.38 80.01 -
YUV 66.33 223.75 131.33 -
System Red Green Blue C M Y K H S L
Decimal 71 31 236 0.70 0.87 0 0.07 251.71 0.84 0.52
Hex 47 1F EC 46 57 0 7 FC 54 34
Octal 107 37 354 106 127 0 7 374 124 64
Binary 1000111 11111 11101100 1000110 1010111 0 111 11111100 1010100 110100

Color Harmonies of #471FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FEC

Black with #471FEC

Text Example


Text Example

White with #471FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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