Html Css Color HEX #470FDD Han Purple

📋 copy color: '#470FDD'

red 71 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #470FDD

Tints of Han Purple #470FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 23.13%
G = 4.89%
B = 71.99%

CMYK

 C value IS 0.68

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#470FDD (or 0x470FDD) is known color: Han Purple. HEX triplet: 47, 0F and DD. RGB value is (71,15,221). Sum of RGB (Red+Green+Blue) = 71+15+221=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #470FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FDD is #B8F022. Grayscale: #363636. Windows color (decimal): -12120099 or 14487367. OLE color: 14487367.

HSL color Cylindrical-coordinate representation of color #470FDD: hue angle of 256.31º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470FDD is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 15 221 -
CMYK 0.68 0.93 0 0.13
HSL 256.31º 0.87% 0.46% -
HSV(B) 256.31º 0.93% 0.87% -
XYZ 15.82 6.9 68.9 -
YUV 55.23 221.55 139.25 -
System Red Green Blue C M Y K H S L
Decimal 71 15 221 0.68 0.93 0 0.13 256.31 0.87 0.46
Hex 47 F DD 44 5D 0 D 100 57 2E
Octal 107 17 335 104 135 0 15 400 127 56
Binary 1000111 1111 11011101 1000100 1011101 0 1101 100000000 1010111 101110

Color Harmonies of #470FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FDD

Black with #470FDD

Text Example


Text Example

White with #470FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,15,221); }

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

background-color css

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

 a { background-color: rgb(71,15,221); }

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

border-color css

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

 span { border-color: rgb(71,15,221); }

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