Html Css Color HEX #4014FD Han Purple

📋 copy color: '#4014FD'

red 64 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #4014FD

Tints of Han Purple #4014FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 18.99%
G = 5.93%
B = 75.07%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4014FD (or 0x4014FD) is known color: Han Purple. HEX triplet: 40, 14 and FD. RGB value is (64,20,253). Sum of RGB (Red+Green+Blue) = 64+20+253=337 (44% of max value = 765). Red value is 64 (25.39% from 255 or 18.99% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4014FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4014FD is #BFEB02. Grayscale: #3A3A3A. Windows color (decimal): -12577539 or 16585792. OLE color: 16585792.

HSL color Cylindrical-coordinate representation of color #4014FD: hue angle of 251.33º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4014FD is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 20 253 -
CMYK 0.75 0.92 0 0.01
HSL 251.33º 0.98% 0.54% -
HSV(B) 251.33º 0.92% 0.99% -
XYZ 20.09 8.68 93.55 -
YUV 59.72 237.08 131.05 -
System Red Green Blue C M Y K H S L
Decimal 64 20 253 0.75 0.92 0 0.01 251.33 0.98 0.54
Hex 40 14 FD 4B 5C 0 1 FB 62 36
Octal 100 24 375 113 134 0 1 373 142 66
Binary 1000000 10100 11111101 1001011 1011100 0 1 11111011 1100010 110110

Color Harmonies of #4014FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4014FD

Black with #4014FD

Text Example


Text Example

White with #4014FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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