Html Css Color HEX #472DFC Han Purple

📋 copy color: '#472DFC'

red 71 ◦ green 45 ◦ blue 252

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

Shades of Han Purple #472DFC

Tints of Han Purple #472DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.23%

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 19.29%
G = 12.23%
B = 68.48%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#472DFC (or 0x472DFC) is known color: Han Purple. HEX triplet: 47, 2D and FC. RGB value is (71,45,252). Sum of RGB (Red+Green+Blue) = 71+45+252=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 45 (17.97% from 255 or 12.23% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #472DFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DFC is #B8D203. Grayscale: #4B4B4B. Windows color (decimal): -12112388 or 16526663. OLE color: 16526663.

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

Color convert

RGB 71 45 252 -
CMYK 0.72 0.82 0 0.01
HSL 247.54º 0.97% 0.58% -
HSV(B) 247.54º 0.82% 0.99% -
XYZ 21.11 10.24 92.96 -
YUV 76.37 227.11 124.17 -
System Red Green Blue C M Y K H S L
Decimal 71 45 252 0.72 0.82 0 0.01 247.54 0.97 0.58
Hex 47 2D FC 48 52 0 1 F8 61 3A
Octal 107 55 374 110 122 0 1 370 141 72
Binary 1000111 101101 11111100 1001000 1010010 0 1 11111000 1100001 111010

Color Harmonies of #472DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DFC

Black with #472DFC

Text Example


Text Example

White with #472DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,45,252); }

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

background-color css

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

 a { background-color: rgb(71,45,252); }

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

border-color css

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

 span { border-color: rgb(71,45,252); }

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