Html Css Color HEX #470BD5 Han Purple

📋 copy color: '#470BD5'

red 71 ◦ green 11 ◦ blue 213

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

Shades of Han Purple #470BD5

Tints of Han Purple #470BD5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.73%

 BLUE value IS 213 (83.59% from 255) = 72.2%

R = 24.07%
G = 3.73%
B = 72.2%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#470BD5 (or 0x470BD5) is known color: Han Purple. HEX triplet: 47, 0B and D5. RGB value is (71,11,213). Sum of RGB (Red+Green+Blue) = 71+11+213=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 213 (83.59% from 255 or 72.20% from 295); Max value from RGB is 213 - color contains mainly: blue. Hex color #470BD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BD5 is #B8F42A. Grayscale: #333333. Windows color (decimal): -12121131 or 13962055. OLE color: 13962055.

HSL color Cylindrical-coordinate representation of color #470BD5: hue angle of 257.82º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BD5 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 71 11 213 -
CMYK 0.67 0.95 0 0.16
HSL 257.82º 0.9% 0.44% -
HSV(B) 257.82º 0.95% 0.84% -
XYZ 14.73 6.38 63.41 -
YUV 51.97 218.88 141.57 -
System Red Green Blue C M Y K H S L
Decimal 71 11 213 0.67 0.95 0 0.16 257.82 0.9 0.44
Hex 47 B D5 43 5F 0 10 102 5A 2C
Octal 107 13 325 103 137 0 20 402 132 54
Binary 1000111 1011 11010101 1000011 1011111 0 10000 100000010 1011010 101100

Color Harmonies of #470BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BD5

Black with #470BD5

Text Example


Text Example

White with #470BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,11,213); }

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

background-color css

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

 a { background-color: rgb(71,11,213); }

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

border-color css

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

 span { border-color: rgb(71,11,213); }

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