Html Css Color HEX #472EDE Han Purple

📋 copy color: '#472EDE'

red 71 ◦ green 46 ◦ blue 222

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

Shades of Han Purple #472EDE

Tints of Han Purple #472EDE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.57%

 BLUE value IS 222 (87.11% from 255) = 65.49%

R = 20.94%
G = 13.57%
B = 65.49%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#472EDE (or 0x472EDE) is known color: Han Purple. HEX triplet: 47, 2E and DE. RGB value is (71,46,222). Sum of RGB (Red+Green+Blue) = 71+46+222=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #472EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472EDE is #B8D121. Grayscale: #484848. Windows color (decimal): -12112162 or 14560839. OLE color: 14560839.

HSL color Cylindrical-coordinate representation of color #472EDE: hue angle of 248.52º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472EDE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 46 222 -
CMYK 0.68 0.79 0 0.13
HSL 248.52º 0.73% 0.53% -
HSV(B) 248.52º 0.79% 0.87% -
XYZ 16.76 8.57 69.88 -
YUV 73.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 71 46 222 0.68 0.79 0 0.13 248.52 0.73 0.53
Hex 47 2E DE 44 4F 0 D F9 49 35
Octal 107 56 336 104 117 0 15 371 111 65
Binary 1000111 101110 11011110 1000100 1001111 0 1101 11111001 1001001 110101

Color Harmonies of #472EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472EDE

Black with #472EDE

Text Example


Text Example

White with #472EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,46,222); }

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

background-color css

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

 a { background-color: rgb(71,46,222); }

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

border-color css

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

 span { border-color: rgb(71,46,222); }

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