Html Css Color HEX #472CFE Han Purple

📋 copy color: '#472CFE'

red 71 ◦ green 44 ◦ blue 254

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

Shades of Han Purple #472CFE

Tints of Han Purple #472CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.83%

R = 19.24%
G = 11.92%
B = 68.83%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#472CFE (or 0x472CFE) is known color: Han Purple. HEX triplet: 47, 2C and FE. RGB value is (71,44,254). Sum of RGB (Red+Green+Blue) = 71+44+254=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 254 (99.61% from 255 or 68.83% from 369); Max value from RGB is 254 - color contains mainly: blue. Hex color #472CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472CFE is #B8D301. Grayscale: #4B4B4B. Windows color (decimal): -12112642 or 16657479. OLE color: 16657479.

HSL color Cylindrical-coordinate representation of color #472CFE: hue angle of 247.71º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #472CFE is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 71 44 254 -
CMYK 0.72 0.83 0 0.00
HSL 247.71º 0.99% 0.58% -
HSV(B) 247.71º 0.83% 1% -
XYZ 21.39 10.3 94.63 -
YUV 76.01 228.45 124.42 -
System Red Green Blue C M Y K H S L
Decimal 71 44 254 0.72 0.83 0 0.00 247.71 0.99 0.58
Hex 47 2C FE 48 53 0 0 F8 63 3A
Octal 107 54 376 110 123 0 0 370 143 72
Binary 1000111 101100 11111110 1001000 1010011 0 0 11111000 1100011 111010

Color Harmonies of #472CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CFE

Black with #472CFE

Text Example


Text Example

White with #472CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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