Html Css Color HEX #471FED Han Purple

📋 copy color: '#471FED'

red 71 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #471FED

Tints of Han Purple #471FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 20.94%
G = 9.14%
B = 69.91%

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

#471FED (or 0x471FED) is known color: Han Purple. HEX triplet: 47, 1F and ED. RGB value is (71,31,237). Sum of RGB (Red+Green+Blue) = 71+31+237=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #471FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #471FED is #B8E012. Grayscale: #414141. Windows color (decimal): -12115987 or 15540039. OLE color: 15540039.

HSL color Cylindrical-coordinate representation of color #471FED: hue angle of 251.65º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471FED is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 71 31 237 -
CMYK 0.70 0.87 0 0.07
HSL 251.65º 0.85% 0.53% -
HSV(B) 251.65º 0.87% 0.93% -
XYZ 18.37 8.43 80.78 -
YUV 66.44 224.25 131.25 -
System Red Green Blue C M Y K H S L
Decimal 71 31 237 0.70 0.87 0 0.07 251.65 0.85 0.53
Hex 47 1F ED 46 57 0 7 FC 55 35
Octal 107 37 355 106 127 0 7 374 125 65
Binary 1000111 11111 11101101 1000110 1010111 0 111 11111100 1010101 110101

Color Harmonies of #471FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471FED

Black with #471FED

Text Example


Text Example

White with #471FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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