Html Css Color HEX #4707EF Han Purple

📋 copy color: '#4707EF'

red 71 ◦ green 7 ◦ blue 239

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

Shades of Han Purple #4707EF

Tints of Han Purple #4707EF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.21%

 BLUE value IS 239 (93.75% from 255) = 75.39%

R = 22.4%
G = 2.21%
B = 75.39%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4707EF (or 0x4707EF) is known color: Han Purple. HEX triplet: 47, 07 and EF. RGB value is (71,7,239). Sum of RGB (Red+Green+Blue) = 71+7+239=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #4707EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4707EF is #B8F810. Grayscale: #333333. Windows color (decimal): -12122129 or 15664967. OLE color: 15664967.

HSL color Cylindrical-coordinate representation of color #4707EF: hue angle of 256.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4707EF is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 71 7 239 -
CMYK 0.70 0.97 0 0.06
HSL 256.55º 0.94% 0.48% -
HSV(B) 256.55º 0.97% 0.94% -
XYZ 18.25 7.72 82.19 -
YUV 52.58 233.2 141.14 -
System Red Green Blue C M Y K H S L
Decimal 71 7 239 0.70 0.97 0 0.06 256.55 0.94 0.48
Hex 47 7 EF 46 61 0 6 101 5E 30
Octal 107 7 357 106 141 0 6 401 136 60
Binary 1000111 111 11101111 1000110 1100001 0 110 100000001 1011110 110000

Color Harmonies of #4707EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4707EF

Black with #4707EF

Text Example


Text Example

White with #4707EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4707EF; }

 p { color: rgb(71,7,239); }

 H1.HeaderClassName
 {
   color: #4707EF;
 }
 .AnyTagClassName
 {
   color: #4707EF;
 }
</style>

background-color css

<style>
 a { background-color: #4707EF; }

 a { background-color: rgb(71,7,239); }

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

border-color css

<style>
 span { border-color: #4707EF; }

 span { border-color: rgb(71,7,239); }

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