Html Css Color HEX #471EFE Han Purple

📋 copy color: '#471EFE'

red 71 ◦ green 30 ◦ blue 254

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

Shades of Han Purple #471EFE

Tints of Han Purple #471EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

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

R = 20%
G = 8.45%
B = 71.55%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#471EFE (or 0x471EFE) is known color: Han Purple. HEX triplet: 47, 1E and FE. RGB value is (71,30,254). Sum of RGB (Red+Green+Blue) = 71+30+254=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #471EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EFE is #B8E101. Grayscale: #424242. Windows color (decimal): -12116226 or 16653895. OLE color: 16653895.

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

Color convert

RGB 71 30 254 -
CMYK 0.72 0.88 0 0.00
HSL 250.98º 0.99% 0.56% -
HSV(B) 250.98º 0.88% 1% -
XYZ 20.95 9.42 94.48 -
YUV 67.8 233.08 130.29 -
System Red Green Blue C M Y K H S L
Decimal 71 30 254 0.72 0.88 0 0.00 250.98 0.99 0.56
Hex 47 1E FE 48 58 0 0 FB 63 38
Octal 107 36 376 110 130 0 0 373 143 70
Binary 1000111 11110 11111110 1001000 1011000 0 0 11111011 1100011 111000

Color Harmonies of #471EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EFE

Black with #471EFE

Text Example


Text Example

White with #471EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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