Html Css Color HEX #4E07F2 Han Purple

📋 copy color: '#4E07F2'

red 78 ◦ green 7 ◦ blue 242

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

Shades of Han Purple #4E07F2

Tints of Han Purple #4E07F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 74.01%

R = 23.85%
G = 2.14%
B = 74.01%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4E07F2 (or 0x4E07F2) is known color: Han Purple. HEX triplet: 4E, 07 and F2. RGB value is (78,7,242). Sum of RGB (Red+Green+Blue) = 78+7+242=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 242 (94.92% from 255 or 74.01% from 327); Max value from RGB is 242 - color contains mainly: blue. Hex color #4E07F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E07F2 is #B1F80D. Grayscale: #363636. Windows color (decimal): -11663374 or 15861582. OLE color: 15861582.

HSL color Cylindrical-coordinate representation of color #4E07F2: hue angle of 258.13º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E07F2 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 78 7 242 -
CMYK 0.68 0.97 0 0.05
HSL 258.13º 0.94% 0.49% -
HSV(B) 258.13º 0.97% 0.95% -
XYZ 19.24 8.18 84.57 -
YUV 55.02 233.52 144.39 -
System Red Green Blue C M Y K H S L
Decimal 78 7 242 0.68 0.97 0 0.05 258.13 0.94 0.49
Hex 4E 7 F2 44 61 0 5 102 5E 31
Octal 116 7 362 104 141 0 5 402 136 61
Binary 1001110 111 11110010 1000100 1100001 0 101 100000010 1011110 110001

Color Harmonies of #4E07F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E07F2

Black with #4E07F2

Text Example


Text Example

White with #4E07F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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