Html Css Color HEX #470FEA Han Purple

📋 copy color: '#470FEA'

red 71 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #470FEA

Tints of Han Purple #470FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.13%

R = 22.19%
G = 4.69%
B = 73.13%

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

#470FEA (or 0x470FEA) is known color: Han Purple. HEX triplet: 47, 0F and EA. RGB value is (71,15,234). Sum of RGB (Red+Green+Blue) = 71+15+234=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #470FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470FEA is #B8F015. Grayscale: #373737. Windows color (decimal): -12120086 or 15339335. OLE color: 15339335.

HSL color Cylindrical-coordinate representation of color #470FEA: hue angle of 255.34º 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 #470FEA is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 71 15 234 -
CMYK 0.70 0.94 0 0.08
HSL 255.34º 0.88% 0.49% -
HSV(B) 255.34º 0.94% 0.92% -
XYZ 17.62 7.62 78.38 -
YUV 56.71 228.05 138.19 -
System Red Green Blue C M Y K H S L
Decimal 71 15 234 0.70 0.94 0 0.08 255.34 0.88 0.49
Hex 47 F EA 46 5E 0 8 FF 58 31
Octal 107 17 352 106 136 0 10 377 130 61
Binary 1000111 1111 11101010 1000110 1011110 0 1000 11111111 1011000 110001

Color Harmonies of #470FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470FEA

Black with #470FEA

Text Example


Text Example

White with #470FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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