Html Css Color HEX #470CF7 Han Purple

📋 copy color: '#470CF7'

red 71 ◦ green 12 ◦ blue 247

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

Shades of Han Purple #470CF7

Tints of Han Purple #470CF7

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.64%

 BLUE value IS 247 (96.88% from 255) = 74.85%

R = 21.52%
G = 3.64%
B = 74.85%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#470CF7 (or 0x470CF7) is known color: Han Purple. HEX triplet: 47, 0C and F7. RGB value is (71,12,247). Sum of RGB (Red+Green+Blue) = 71+12+247=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #470CF7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #470CF7 is #B8F308. Grayscale: #373737. Windows color (decimal): -12120841 or 16190535. OLE color: 16190535.

HSL color Cylindrical-coordinate representation of color #470CF7: hue angle of 255.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470CF7 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 71 12 247 -
CMYK 0.71 0.95 0 0.03
HSL 255.06º 0.94% 0.51% -
HSV(B) 255.06º 0.95% 0.97% -
XYZ 19.52 8.32 88.57 -
YUV 56.43 235.55 138.39 -
System Red Green Blue C M Y K H S L
Decimal 71 12 247 0.71 0.95 0 0.03 255.06 0.94 0.51
Hex 47 C F7 47 5F 0 3 FF 5E 33
Octal 107 14 367 107 137 0 3 377 136 63
Binary 1000111 1100 11110111 1000111 1011111 0 11 11111111 1011110 110011

Color Harmonies of #470CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470CF7

Black with #470CF7

Text Example


Text Example

White with #470CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,12,247); }

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

background-color css

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

 a { background-color: rgb(71,12,247); }

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

border-color css

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

 span { border-color: rgb(71,12,247); }

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