Html Css Color HEX #471DFE Han Purple

📋 copy color: '#471DFE'

red 71 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #471DFE

Tints of Han Purple #471DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.19%

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

R = 20.06%
G = 8.19%
B = 71.75%

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

#471DFE (or 0x471DFE) is known color: Han Purple. HEX triplet: 47, 1D and FE. RGB value is (71,29,254). Sum of RGB (Red+Green+Blue) = 71+29+254=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 29 (11.72% from 255 or 8.19% from 354); Blue value is 254 (99.61% from 255 or 71.75% from 354); Max value from RGB is 254 - color contains mainly: blue. Hex color #471DFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471DFE is #B8E201. Grayscale: #424242. Windows color (decimal): -12116482 or 16653639. OLE color: 16653639.

HSL color Cylindrical-coordinate representation of color #471DFE: hue angle of 251.2º 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 #471DFE is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 29 254 -
CMYK 0.72 0.89 0 0.00
HSL 251.2º 0.99% 0.55% -
HSV(B) 251.2º 0.89% 1% -
XYZ 20.93 9.37 94.47 -
YUV 67.21 233.41 130.7 -
System Red Green Blue C M Y K H S L
Decimal 71 29 254 0.72 0.89 0 0.00 251.2 0.99 0.55
Hex 47 1D FE 48 59 0 0 FB 63 37
Octal 107 35 376 110 131 0 0 373 143 67
Binary 1000111 11101 11111110 1001000 1011001 0 0 11111011 1100011 110111

Color Harmonies of #471DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DFE

Black with #471DFE

Text Example


Text Example

White with #471DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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