Html Css Color HEX #472FF6 Han Purple

📋 copy color: '#472FF6'

red 71 ◦ green 47 ◦ blue 246

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

Shades of Han Purple #472FF6

Tints of Han Purple #472FF6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 246 (96.48% from 255) = 67.58%

R = 19.51%
G = 12.91%
B = 67.58%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#472FF6 (or 0x472FF6) is known color: Han Purple. HEX triplet: 47, 2F and F6. RGB value is (71,47,246). Sum of RGB (Red+Green+Blue) = 71+47+246=364 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.51% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 246 (96.48% from 255 or 67.58% from 364); Max value from RGB is 246 - color contains mainly: blue. Hex color #472FF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472FF6 is #B8D009. Grayscale: #4C4C4C. Windows color (decimal): -12111882 or 16133959. OLE color: 16133959.

HSL color Cylindrical-coordinate representation of color #472FF6: hue angle of 247.24º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #472FF6 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 71 47 246 -
CMYK 0.71 0.81 0 0.04
HSL 247.24º 0.92% 0.57% -
HSV(B) 247.24º 0.81% 0.96% -
XYZ 20.25 10.03 88.06 -
YUV 76.86 223.45 123.82 -
System Red Green Blue C M Y K H S L
Decimal 71 47 246 0.71 0.81 0 0.04 247.24 0.92 0.57
Hex 47 2F F6 47 51 0 4 F7 5C 39
Octal 107 57 366 107 121 0 4 367 134 71
Binary 1000111 101111 11110110 1000111 1010001 0 100 11110111 1011100 111001

Color Harmonies of #472FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472FF6

Black with #472FF6

Text Example


Text Example

White with #472FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472FF6; }

 p { color: rgb(71,47,246); }

 H1.HeaderClassName
 {
   color: #472FF6;
 }
 .AnyTagClassName
 {
   color: #472FF6;
 }
</style>

background-color css

<style>
 a { background-color: #472FF6; }

 a { background-color: rgb(71,47,246); }

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

border-color css

<style>
 span { border-color: #472FF6; }

 span { border-color: rgb(71,47,246); }

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