Html Css Color HEX #4714EF Han Purple

📋 copy color: '#4714EF'

red 71 ◦ green 20 ◦ blue 239

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

Shades of Han Purple #4714EF

Tints of Han Purple #4714EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 21.52%
G = 6.06%
B = 72.42%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4714EF (or 0x4714EF) is known color: Han Purple. HEX triplet: 47, 14 and EF. RGB value is (71,20,239). Sum of RGB (Red+Green+Blue) = 71+20+239=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 239 (93.75% from 255 or 72.42% from 330); Max value from RGB is 239 - color contains mainly: blue. Hex color #4714EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4714EF is #B8EB10. Grayscale: #3B3B3B. Windows color (decimal): -12118801 or 15668295. OLE color: 15668295.

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

Color convert

RGB 71 20 239 -
CMYK 0.70 0.92 0 0.06
HSL 253.97º 0.87% 0.51% -
HSV(B) 253.97º 0.92% 0.94% -
XYZ 18.43 8.07 82.25 -
YUV 60.22 228.9 135.69 -
System Red Green Blue C M Y K H S L
Decimal 71 20 239 0.70 0.92 0 0.06 253.97 0.87 0.51
Hex 47 14 EF 46 5C 0 6 FE 57 33
Octal 107 24 357 106 134 0 6 376 127 63
Binary 1000111 10100 11101111 1000110 1011100 0 110 11111110 1010111 110011

Color Harmonies of #4714EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4714EF

Black with #4714EF

Text Example


Text Example

White with #4714EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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