Html Css Color HEX #472CE1 Han Purple

📋 copy color: '#472CE1'

red 71 ◦ green 44 ◦ blue 225

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

Shades of Han Purple #472CE1

Tints of Han Purple #472CE1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.94%

 BLUE value IS 225 (88.28% from 255) = 66.18%

R = 20.88%
G = 12.94%
B = 66.18%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#472CE1 (or 0x472CE1) is known color: Han Purple. HEX triplet: 47, 2C and E1. RGB value is (71,44,225). Sum of RGB (Red+Green+Blue) = 71+44+225=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 225 (88.28% from 255 or 66.18% from 340); Max value from RGB is 225 - color contains mainly: blue. Hex color #472CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472CE1 is #B8D31E. Grayscale: #484848. Windows color (decimal): -12112671 or 14756935. OLE color: 14756935.

HSL color Cylindrical-coordinate representation of color #472CE1: hue angle of 248.95º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472CE1 is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 71 44 225 -
CMYK 0.68 0.80 0 0.12
HSL 248.95º 0.75% 0.53% -
HSV(B) 248.95º 0.8% 0.88% -
XYZ 17.09 8.58 71.99 -
YUV 72.71 213.95 126.78 -
System Red Green Blue C M Y K H S L
Decimal 71 44 225 0.68 0.80 0 0.12 248.95 0.75 0.53
Hex 47 2C E1 44 50 0 C F9 4B 35
Octal 107 54 341 104 120 0 14 371 113 65
Binary 1000111 101100 11100001 1000100 1010000 0 1100 11111001 1001011 110101

Color Harmonies of #472CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CE1

Black with #472CE1

Text Example


Text Example

White with #472CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,44,225); }

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

background-color css

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

 a { background-color: rgb(71,44,225); }

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

border-color css

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

 span { border-color: rgb(71,44,225); }

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