Html Css Color HEX #472DDA Han Purple

📋 copy color: '#472DDA'

red 71 ◦ green 45 ◦ blue 218

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

Shades of Han Purple #472DDA

Tints of Han Purple #472DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.27%

R = 21.26%
G = 13.47%
B = 65.27%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#472DDA (or 0x472DDA) is known color: Han Purple. HEX triplet: 47, 2D and DA. RGB value is (71,45,218). Sum of RGB (Red+Green+Blue) = 71+45+218=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 45 (17.97% from 255 or 13.47% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #472DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472DDA is #B8D225. Grayscale: #474747. Windows color (decimal): -12112422 or 14298439. OLE color: 14298439.

HSL color Cylindrical-coordinate representation of color #472DDA: hue angle of 249.02º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #472DDA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 45 218 -
CMYK 0.67 0.79 0 0.15
HSL 249.02º 0.7% 0.52% -
HSV(B) 249.02º 0.79% 0.85% -
XYZ 16.19 8.28 67.07 -
YUV 72.5 210.11 126.93 -
System Red Green Blue C M Y K H S L
Decimal 71 45 218 0.67 0.79 0 0.15 249.02 0.7 0.52
Hex 47 2D DA 43 4F 0 F F9 46 34
Octal 107 55 332 103 117 0 17 371 106 64
Binary 1000111 101101 11011010 1000011 1001111 0 1111 11111001 1000110 110100

Color Harmonies of #472DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472DDA

Black with #472DDA

Text Example


Text Example

White with #472DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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