Html Css Color HEX #4E07FF Han Purple

📋 copy color: '#4E07FF'

red 78 ◦ green 7 ◦ blue 255

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

Shades of Han Purple #4E07FF

Tints of Han Purple #4E07FF

RGB

 RED value IS 78 (30.86% from 255) = 22.94%

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

 BLUE value IS 255 (100% from 255) = 75%

R = 22.94%
G = 2.06%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4E07FF (or 0x4E07FF) is known color: Han Purple. HEX triplet: 4E, 07 and FF. RGB value is (78,7,255). Sum of RGB (Red+Green+Blue) = 78+7+255=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 255 (100% from 255 or 75% from 340); Max value from RGB is 255 - color contains mainly: blue. Hex color #4E07FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E07FF is #B1F800. Grayscale: #373737. Windows color (decimal): -11663361 or 16713550. OLE color: 16713550.

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

Color convert

RGB 78 7 255 -
CMYK 0.69 0.97 0 0
HSL 257.18º 1% 0.51% -
HSV(B) 257.18º 0.97% 1% -
XYZ 21.27 8.99 95.22 -
YUV 56.5 240.02 143.33 -
System Red Green Blue C M Y K H S L
Decimal 78 7 255 0.69 0.97 0 0 257.18 1 0.51
Hex 4E 7 FF 45 61 0 0 101 64 33
Octal 116 7 377 105 141 0 0 401 144 63
Binary 1001110 111 11111111 1000101 1100001 0 0 100000001 1100100 110011

Color Harmonies of #4E07FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E07FF

Black with #4E07FF

Text Example


Text Example

White with #4E07FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E07FF; }

 p { color: rgb(78,7,255); }

 H1.HeaderClassName
 {
   color: #4E07FF;
 }
 .AnyTagClassName
 {
   color: #4E07FF;
 }
</style>

background-color css

<style>
 a { background-color: #4E07FF; }

 a { background-color: rgb(78,7,255); }

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

border-color css

<style>
 span { border-color: #4E07FF; }

 span { border-color: rgb(78,7,255); }

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