Html Css Color HEX #470FEB Han Purple

📋 copy color: '#470FEB'

red 71 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #470FEB

Tints of Han Purple #470FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 73.21%

R = 22.12%
G = 4.67%
B = 73.21%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#470FEB (or 0x470FEB) is known color: Han Purple. HEX triplet: 47, 0F and EB. RGB value is (71,15,235). Sum of RGB (Red+Green+Blue) = 71+15+235=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 235 (92.19% from 255 or 73.21% from 321); Max value from RGB is 235 - color contains mainly: blue. Hex color #470FEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FEB is #B8F014. Grayscale: #383838. Windows color (decimal): -12120085 or 15404871. OLE color: 15404871.

HSL color Cylindrical-coordinate representation of color #470FEB: hue angle of 255.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470FEB is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 15 235 -
CMYK 0.70 0.94 0 0.08
HSL 255.27º 0.88% 0.49% -
HSV(B) 255.27º 0.94% 0.92% -
XYZ 17.76 7.68 79.14 -
YUV 56.82 228.55 138.11 -
System Red Green Blue C M Y K H S L
Decimal 71 15 235 0.70 0.94 0 0.08 255.27 0.88 0.49
Hex 47 F EB 46 5E 0 8 FF 58 31
Octal 107 17 353 106 136 0 10 377 130 61
Binary 1000111 1111 11101011 1000110 1011110 0 1000 11111111 1011000 110001

Color Harmonies of #470FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FEB

Black with #470FEB

Text Example


Text Example

White with #470FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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