Html Css Color HEX #471EFC Han Purple

📋 copy color: '#471EFC'

red 71 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #471EFC

Tints of Han Purple #471EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 20.11%
G = 8.5%
B = 71.39%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#471EFC (or 0x471EFC) is known color: Han Purple. HEX triplet: 47, 1E and FC. RGB value is (71,30,252). Sum of RGB (Red+Green+Blue) = 71+30+252=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #471EFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471EFC is #B8E103. Grayscale: #424242. Windows color (decimal): -12116228 or 16522823. OLE color: 16522823.

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

Color convert

RGB 71 30 252 -
CMYK 0.72 0.88 0 0.01
HSL 251.08º 0.97% 0.55% -
HSV(B) 251.08º 0.88% 0.99% -
XYZ 20.63 9.3 92.8 -
YUV 67.57 232.08 130.45 -
System Red Green Blue C M Y K H S L
Decimal 71 30 252 0.72 0.88 0 0.01 251.08 0.97 0.55
Hex 47 1E FC 48 58 0 1 FB 61 37
Octal 107 36 374 110 130 0 1 373 141 67
Binary 1000111 11110 11111100 1001000 1011000 0 1 11111011 1100001 110111

Color Harmonies of #471EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EFC

Black with #471EFC

Text Example


Text Example

White with #471EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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