Html Css Color HEX #472BDC Han Purple

📋 copy color: '#472BDC'

red 71 ◦ green 43 ◦ blue 220

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

Shades of Han Purple #472BDC

Tints of Han Purple #472BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 65.87%

R = 21.26%
G = 12.87%
B = 65.87%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#472BDC (or 0x472BDC) is known color: Han Purple. HEX triplet: 47, 2B and DC. RGB value is (71,43,220). Sum of RGB (Red+Green+Blue) = 71+43+220=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #472BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472BDC is #B8D423. Grayscale: #464646. Windows color (decimal): -12112932 or 14428999. OLE color: 14428999.

HSL color Cylindrical-coordinate representation of color #472BDC: hue angle of 249.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472BDC is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 43 220 -
CMYK 0.68 0.80 0 0.14
HSL 249.49º 0.72% 0.52% -
HSV(B) 249.49º 0.8% 0.86% -
XYZ 16.38 8.23 68.44 -
YUV 71.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 71 43 220 0.68 0.80 0 0.14 249.49 0.72 0.52
Hex 47 2B DC 44 50 0 E F9 48 34
Octal 107 53 334 104 120 0 16 371 110 64
Binary 1000111 101011 11011100 1000100 1010000 0 1110 11111001 1001000 110100

Color Harmonies of #472BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472BDC

Black with #472BDC

Text Example


Text Example

White with #472BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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