Html Css Color HEX #471BFE Han Purple

📋 copy color: '#471BFE'

red 71 ◦ green 27 ◦ blue 254

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

Shades of Han Purple #471BFE

Tints of Han Purple #471BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 254 (99.61% from 255) = 72.16%

R = 20.17%
G = 7.67%
B = 72.16%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#471BFE (or 0x471BFE) is known color: Han Purple. HEX triplet: 47, 1B and FE. RGB value is (71,27,254). Sum of RGB (Red+Green+Blue) = 71+27+254=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 254 (99.61% from 255 or 72.16% from 352); Max value from RGB is 254 - color contains mainly: blue. Hex color #471BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471BFE is #B8E401. Grayscale: #414141. Windows color (decimal): -12116994 or 16653127. OLE color: 16653127.

HSL color Cylindrical-coordinate representation of color #471BFE: hue angle of 251.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #471BFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 27 254 -
CMYK 0.72 0.89 0 0.00
HSL 251.63º 0.99% 0.55% -
HSV(B) 251.63º 0.89% 1% -
XYZ 20.88 9.28 94.46 -
YUV 66.03 234.08 131.54 -
System Red Green Blue C M Y K H S L
Decimal 71 27 254 0.72 0.89 0 0.00 251.63 0.99 0.55
Hex 47 1B FE 48 59 0 0 FC 63 37
Octal 107 33 376 110 131 0 0 374 143 67
Binary 1000111 11011 11111110 1001000 1011001 0 0 11111100 1100011 110111

Color Harmonies of #471BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471BFE

Black with #471BFE

Text Example


Text Example

White with #471BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,27,254); }

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

background-color css

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

 a { background-color: rgb(71,27,254); }

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

border-color css

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

 span { border-color: rgb(71,27,254); }

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