Html Css Color HEX #470CDC Han Purple

📋 copy color: '#470CDC'

red 71 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #470CDC

Tints of Han Purple #470CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.96%

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

R = 23.43%
G = 3.96%
B = 72.61%

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

#470CDC (or 0x470CDC) is known color: Han Purple. HEX triplet: 47, 0C and DC. RGB value is (71,12,220). Sum of RGB (Red+Green+Blue) = 71+12+220=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 220 (86.33% from 255 or 72.61% from 303); Max value from RGB is 220 - color contains mainly: blue. Hex color #470CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470CDC is #B8F323. Grayscale: #343434. Windows color (decimal): -12120868 or 14421063. OLE color: 14421063.

HSL color Cylindrical-coordinate representation of color #470CDC: hue angle of 257.02º 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 #470CDC is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 12 220 -
CMYK 0.68 0.95 0 0.14
HSL 257.02º 0.9% 0.45% -
HSV(B) 257.02º 0.95% 0.86% -
XYZ 15.65 6.77 68.19 -
YUV 53.35 222.05 140.59 -
System Red Green Blue C M Y K H S L
Decimal 71 12 220 0.68 0.95 0 0.14 257.02 0.9 0.45
Hex 47 C DC 44 5F 0 E 101 5A 2D
Octal 107 14 334 104 137 0 16 401 132 55
Binary 1000111 1100 11011100 1000100 1011111 0 1110 100000001 1011010 101101

Color Harmonies of #470CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CDC

Black with #470CDC

Text Example


Text Example

White with #470CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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