Html Css Color HEX #470FDF Han Purple

📋 copy color: '#470FDF'

red 71 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #470FDF

Tints of Han Purple #470FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.17%

R = 22.98%
G = 4.85%
B = 72.17%

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

#470FDF (or 0x470FDF) is known color: Han Purple. HEX triplet: 47, 0F and DF. RGB value is (71,15,223). Sum of RGB (Red+Green+Blue) = 71+15+223=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 223 (87.5% from 255 or 72.17% from 309); Max value from RGB is 223 - color contains mainly: blue. Hex color #470FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FDF is #B8F020. Grayscale: #363636. Windows color (decimal): -12120097 or 14618439. OLE color: 14618439.

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

Color convert

RGB 71 15 223 -
CMYK 0.68 0.93 0 0.13
HSL 256.15º 0.87% 0.47% -
HSV(B) 256.15º 0.93% 0.87% -
XYZ 16.09 7.01 70.32 -
YUV 55.46 222.55 139.09 -
System Red Green Blue C M Y K H S L
Decimal 71 15 223 0.68 0.93 0 0.13 256.15 0.87 0.47
Hex 47 F DF 44 5D 0 D 100 57 2F
Octal 107 17 337 104 135 0 15 400 127 57
Binary 1000111 1111 11011111 1000100 1011101 0 1101 100000000 1010111 101111

Color Harmonies of #470FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FDF

Black with #470FDF

Text Example


Text Example

White with #470FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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