Html Css Color HEX #4014E7 Han Purple

📋 copy color: '#4014E7'

red 64 ◦ green 20 ◦ blue 231

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

Shades of Han Purple #4014E7

Tints of Han Purple #4014E7

RGB

 RED value IS 64 (25.39% from 255) = 20.32%

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

 BLUE value IS 231 (90.63% from 255) = 73.33%

R = 20.32%
G = 6.35%
B = 73.33%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#4014E7 (or 0x4014E7) is known color: Han Purple. HEX triplet: 40, 14 and E7. RGB value is (64,20,231). Sum of RGB (Red+Green+Blue) = 64+20+231=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 231 (90.62% from 255 or 73.33% from 315); Max value from RGB is 231 - color contains mainly: blue. Hex color #4014E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014E7 is #BFEB18. Grayscale: #383838. Windows color (decimal): -12577561 or 15144000. OLE color: 15144000.

HSL color Cylindrical-coordinate representation of color #4014E7: hue angle of 252.51º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4014E7 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 20 231 -
CMYK 0.72 0.91 0 0.09
HSL 252.51º 0.84% 0.49% -
HSV(B) 252.51º 0.91% 0.91% -
XYZ 16.79 7.36 76.14 -
YUV 57.21 226.08 132.84 -
System Red Green Blue C M Y K H S L
Decimal 64 20 231 0.72 0.91 0 0.09 252.51 0.84 0.49
Hex 40 14 E7 48 5B 0 9 FD 54 31
Octal 100 24 347 110 133 0 11 375 124 61
Binary 1000000 10100 11100111 1001000 1011011 0 1001 11111101 1010100 110001

Color Harmonies of #4014E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4014E7

Black with #4014E7

Text Example


Text Example

White with #4014E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4014E7; }

 p { color: rgb(64,20,231); }

 H1.HeaderClassName
 {
   color: #4014E7;
 }
 .AnyTagClassName
 {
   color: #4014E7;
 }
</style>

background-color css

<style>
 a { background-color: #4014E7; }

 a { background-color: rgb(64,20,231); }

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

border-color css

<style>
 span { border-color: #4014E7; }

 span { border-color: rgb(64,20,231); }

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