Html Css Color HEX #470EDA Han Purple

📋 copy color: '#470EDA'

red 71 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #470EDA

Tints of Han Purple #470EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

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

R = 23.43%
G = 4.62%
B = 71.95%

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

#470EDA (or 0x470EDA) is known color: Han Purple. HEX triplet: 47, 0E and DA. RGB value is (71,14,218). Sum of RGB (Red+Green+Blue) = 71+14+218=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #470EDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470EDA is #B8F125. Grayscale: #353535. Windows color (decimal): -12120358 or 14290503. OLE color: 14290503.

HSL color Cylindrical-coordinate representation of color #470EDA: hue angle of 256.76º degrees, saturation: 0.88, 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 #470EDA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 71 14 218 -
CMYK 0.67 0.94 0 0.15
HSL 256.76º 0.88% 0.45% -
HSV(B) 256.76º 0.94% 0.85% -
XYZ 15.41 6.72 66.81 -
YUV 54.3 220.38 139.91 -
System Red Green Blue C M Y K H S L
Decimal 71 14 218 0.67 0.94 0 0.15 256.76 0.88 0.45
Hex 47 E DA 43 5E 0 F 101 58 2D
Octal 107 16 332 103 136 0 17 401 130 55
Binary 1000111 1110 11011010 1000011 1011110 0 1111 100000001 1011000 101101

Color Harmonies of #470EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EDA

Black with #470EDA

Text Example


Text Example

White with #470EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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