Html Css Color HEX #4702EF Han Purple

📋 copy color: '#4702EF'

red 71 ◦ green 2 ◦ blue 239

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

Shades of Han Purple #4702EF

Tints of Han Purple #4702EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 22.76%
G = 0.64%
B = 76.6%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4702EF (or 0x4702EF) is known color: Han Purple. HEX triplet: 47, 02 and EF. RGB value is (71,2,239). Sum of RGB (Red+Green+Blue) = 71+2+239=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 239 (93.75% from 255 or 76.60% from 312); Max value from RGB is 239 - color contains mainly: blue. Hex color #4702EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4702EF is #B8FD10. Grayscale: #303030. Windows color (decimal): -12123409 or 15663687. OLE color: 15663687.

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

Color convert

RGB 71 2 239 -
CMYK 0.70 0.99 0 0.06
HSL 257.47º 0.98% 0.47% -
HSV(B) 257.47º 0.99% 0.94% -
XYZ 18.2 7.62 82.17 -
YUV 49.65 234.86 143.23 -
System Red Green Blue C M Y K H S L
Decimal 71 2 239 0.70 0.99 0 0.06 257.47 0.98 0.47
Hex 47 2 EF 46 63 0 6 101 62 2F
Octal 107 2 357 106 143 0 6 401 142 57
Binary 1000111 10 11101111 1000110 1100011 0 110 100000001 1100010 101111

Color Harmonies of #4702EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4702EF

Black with #4702EF

Text Example


Text Example

White with #4702EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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