Html Css Color HEX #470EFC Han Purple

📋 copy color: '#470EFC'

red 71 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #470EFC

Tints of Han Purple #470EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.15%

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 21.07%
G = 4.15%
B = 74.78%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#470EFC (or 0x470EFC) is known color: Han Purple. HEX triplet: 47, 0E and FC. RGB value is (71,14,252). Sum of RGB (Red+Green+Blue) = 71+14+252=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 14 (5.86% from 255 or 4.15% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #470EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470EFC is #B8F103. Grayscale: #393939. Windows color (decimal): -12120324 or 16518727. OLE color: 16518727.

HSL color Cylindrical-coordinate representation of color #470EFC: hue angle of 254.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470EFC is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 71 14 252 -
CMYK 0.72 0.94 0 0.01
HSL 254.37º 0.98% 0.52% -
HSV(B) 254.37º 0.94% 0.99% -
XYZ 20.33 8.68 92.7 -
YUV 58.18 237.38 137.15 -
System Red Green Blue C M Y K H S L
Decimal 71 14 252 0.72 0.94 0 0.01 254.37 0.98 0.52
Hex 47 E FC 48 5E 0 1 FE 62 34
Octal 107 16 374 110 136 0 1 376 142 64
Binary 1000111 1110 11111100 1001000 1011110 0 1 11111110 1100010 110100

Color Harmonies of #470EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470EFC

Black with #470EFC

Text Example


Text Example

White with #470EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,14,252); }

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

background-color css

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

 a { background-color: rgb(71,14,252); }

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

border-color css

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

 span { border-color: rgb(71,14,252); }

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