Html Css Color HEX #4007FE Han Purple

📋 copy color: '#4007FE'

red 64 ◦ green 7 ◦ blue 254

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

Shades of Han Purple #4007FE

Tints of Han Purple #4007FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 78.15%

R = 19.69%
G = 2.15%
B = 78.15%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4007FE (or 0x4007FE) is known color: Han Purple. HEX triplet: 40, 07 and FE. RGB value is (64,7,254). Sum of RGB (Red+Green+Blue) = 64+7+254=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #4007FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4007FE is #BFF801. Grayscale: #333333. Windows color (decimal): -12580866 or 16648000. OLE color: 16648000.

HSL color Cylindrical-coordinate representation of color #4007FE: hue angle of 253.85º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4007FE is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 7 254 -
CMYK 0.75 0.97 0 0.00
HSL 253.85º 0.99% 0.51% -
HSV(B) 253.85º 0.97% 1% -
XYZ 20.08 8.4 94.33 -
YUV 52.2 241.88 136.42 -
System Red Green Blue C M Y K H S L
Decimal 64 7 254 0.75 0.97 0 0.00 253.85 0.99 0.51
Hex 40 7 FE 4B 61 0 0 FE 63 33
Octal 100 7 376 113 141 0 0 376 143 63
Binary 1000000 111 11111110 1001011 1100001 0 0 11111110 1100011 110011

Color Harmonies of #4007FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4007FE

Black with #4007FE

Text Example


Text Example

White with #4007FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4007FE; }

 p { color: rgb(64,7,254); }

 H1.HeaderClassName
 {
   color: #4007FE;
 }
 .AnyTagClassName
 {
   color: #4007FE;
 }
</style>

background-color css

<style>
 a { background-color: #4007FE; }

 a { background-color: rgb(64,7,254); }

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

border-color css

<style>
 span { border-color: #4007FE; }

 span { border-color: rgb(64,7,254); }

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