Html Css Color HEX #472CFD Han Purple

📋 copy color: '#472CFD'

red 71 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #472CFD

Tints of Han Purple #472CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 19.29%
G = 11.96%
B = 68.75%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#472CFD (or 0x472CFD) is known color: Han Purple. HEX triplet: 47, 2C and FD. RGB value is (71,44,253). Sum of RGB (Red+Green+Blue) = 71+44+253=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #472CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472CFD is #B8D302. Grayscale: #4B4B4B. Windows color (decimal): -12112643 or 16591943. OLE color: 16591943.

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

Color convert

RGB 71 44 253 -
CMYK 0.72 0.83 0 0.01
HSL 247.75º 0.98% 0.58% -
HSV(B) 247.75º 0.83% 0.99% -
XYZ 21.23 10.23 93.78 -
YUV 75.9 227.95 124.51 -
System Red Green Blue C M Y K H S L
Decimal 71 44 253 0.72 0.83 0 0.01 247.75 0.98 0.58
Hex 47 2C FD 48 53 0 1 F8 62 3A
Octal 107 54 375 110 123 0 1 370 142 72
Binary 1000111 101100 11111101 1001000 1010011 0 1 11111000 1100010 111010

Color Harmonies of #472CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472CFD

Black with #472CFD

Text Example


Text Example

White with #472CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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