Html Css Color HEX #470FDE Han Purple

📋 copy color: '#470FDE'

red 71 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #470FDE

Tints of Han Purple #470FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.08%

R = 23.05%
G = 4.87%
B = 72.08%

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

#470FDE (or 0x470FDE) is known color: Han Purple. HEX triplet: 47, 0F and DE. RGB value is (71,15,222). Sum of RGB (Red+Green+Blue) = 71+15+222=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 222 (87.11% from 255 or 72.08% from 308); Max value from RGB is 222 - color contains mainly: blue. Hex color #470FDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470FDE is #B8F021. Grayscale: #363636. Windows color (decimal): -12120098 or 14552903. OLE color: 14552903.

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

Color convert

RGB 71 15 222 -
CMYK 0.68 0.93 0 0.13
HSL 256.23º 0.87% 0.46% -
HSV(B) 256.23º 0.93% 0.87% -
XYZ 15.95 6.96 69.61 -
YUV 55.34 222.05 139.17 -
System Red Green Blue C M Y K H S L
Decimal 71 15 222 0.68 0.93 0 0.13 256.23 0.87 0.46
Hex 47 F DE 44 5D 0 D 100 57 2E
Octal 107 17 336 104 135 0 15 400 127 56
Binary 1000111 1111 11011110 1000100 1011101 0 1101 100000000 1010111 101110

Color Harmonies of #470FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FDE

Black with #470FDE

Text Example


Text Example

White with #470FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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