Html Css Color HEX #472DFF Han Purple

📋 copy color: '#472DFF'

red 71 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #472DFF

Tints of Han Purple #472DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.73%

R = 19.14%
G = 12.13%
B = 68.73%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#472DFF (or 0x472DFF) is known color: Han Purple. HEX triplet: 47, 2D and FF. RGB value is (71,45,255). Sum of RGB (Red+Green+Blue) = 71+45+255=371 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.14% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #472DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #472DFF is #B8D200. Grayscale: #4B4B4B. Windows color (decimal): -12112385 or 16723271. OLE color: 16723271.

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

Color convert

RGB 71 45 255 -
CMYK 0.72 0.82 0 0
HSL 247.43º 1% 0.59% -
HSV(B) 247.43º 0.82% 1% -
XYZ 21.59 10.44 95.48 -
YUV 76.71 228.61 123.92 -
System Red Green Blue C M Y K H S L
Decimal 71 45 255 0.72 0.82 0 0 247.43 1 0.59
Hex 47 2D FF 48 52 0 0 F7 64 3B
Octal 107 55 377 110 122 0 0 367 144 73
Binary 1000111 101101 11111111 1001000 1010010 0 0 11110111 1100100 111011

Color Harmonies of #472DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DFF

Black with #472DFF

Text Example


Text Example

White with #472DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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