Html Css Color HEX #472BFC Han Purple

📋 copy color: '#472BFC'

red 71 ◦ green 43 ◦ blue 252

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

Shades of Han Purple #472BFC

Tints of Han Purple #472BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.75%

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

R = 19.4%
G = 11.75%
B = 68.85%

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

#472BFC (or 0x472BFC) is known color: Han Purple. HEX triplet: 47, 2B and FC. RGB value is (71,43,252). Sum of RGB (Red+Green+Blue) = 71+43+252=366 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.40% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #472BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472BFC is #B8D403. Grayscale: #4A4A4A. Windows color (decimal): -12112900 or 16526151. OLE color: 16526151.

HSL color Cylindrical-coordinate representation of color #472BFC: hue angle of 248.04º degrees, saturation: 0.97, 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 #472BFC is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 43 252 -
CMYK 0.72 0.83 0 0.01
HSL 248.04º 0.97% 0.58% -
HSV(B) 248.04º 0.83% 0.99% -
XYZ 21.03 10.1 92.94 -
YUV 75.2 227.78 125.01 -
System Red Green Blue C M Y K H S L
Decimal 71 43 252 0.72 0.83 0 0.01 248.04 0.97 0.58
Hex 47 2B FC 48 53 0 1 F8 61 3A
Octal 107 53 374 110 123 0 1 370 141 72
Binary 1000111 101011 11111100 1001000 1010011 0 1 11111000 1100001 111010

Color Harmonies of #472BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BFC

Black with #472BFC

Text Example


Text Example

White with #472BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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