Html Css Color HEX #470BDC Han Purple

📋 copy color: '#470BDC'

red 71 ◦ green 11 ◦ blue 220

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

Shades of Han Purple #470BDC

Tints of Han Purple #470BDC

RGB

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

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

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

R = 23.51%
G = 3.64%
B = 72.85%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#470BDC (or 0x470BDC) is known color: Han Purple. HEX triplet: 47, 0B and DC. RGB value is (71,11,220). Sum of RGB (Red+Green+Blue) = 71+11+220=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #470BDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BDC is #B8F423. Grayscale: #333333. Windows color (decimal): -12121124 or 14420807. OLE color: 14420807.

HSL color Cylindrical-coordinate representation of color #470BDC: hue angle of 257.22º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BDC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 11 220 -
CMYK 0.68 0.95 0 0.14
HSL 257.22º 0.9% 0.45% -
HSV(B) 257.22º 0.95% 0.86% -
XYZ 15.64 6.75 68.19 -
YUV 52.77 222.38 141.01 -
System Red Green Blue C M Y K H S L
Decimal 71 11 220 0.68 0.95 0 0.14 257.22 0.9 0.45
Hex 47 B DC 44 5F 0 E 101 5A 2D
Octal 107 13 334 104 137 0 16 401 132 55
Binary 1000111 1011 11011100 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #470BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BDC

Black with #470BDC

Text Example


Text Example

White with #470BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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