Html Css Color HEX #470DDA Han Purple

📋 copy color: '#470DDA'

red 71 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #470DDA

Tints of Han Purple #470DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.3%

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

R = 23.51%
G = 4.3%
B = 72.19%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#470DDA (or 0x470DDA) is known color: Han Purple. HEX triplet: 47, 0D and DA. RGB value is (71,13,218). Sum of RGB (Red+Green+Blue) = 71+13+218=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #470DDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470DDA is #B8F225. Grayscale: #343434. Windows color (decimal): -12120614 or 14290247. OLE color: 14290247.

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

Color convert

RGB 71 13 218 -
CMYK 0.67 0.94 0 0.15
HSL 256.98º 0.89% 0.45% -
HSV(B) 256.98º 0.94% 0.85% -
XYZ 15.4 6.69 66.81 -
YUV 53.71 220.72 140.33 -
System Red Green Blue C M Y K H S L
Decimal 71 13 218 0.67 0.94 0 0.15 256.98 0.89 0.45
Hex 47 D DA 43 5E 0 F 101 59 2D
Octal 107 15 332 103 136 0 17 401 131 55
Binary 1000111 1101 11011010 1000011 1011110 0 1111 100000001 1011001 101101

Color Harmonies of #470DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470DDA

Black with #470DDA

Text Example


Text Example

White with #470DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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