Html Css Color HEX #4E07FC Han Purple

📋 copy color: '#4E07FC'

red 78 ◦ green 7 ◦ blue 252

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

Shades of Han Purple #4E07FC

Tints of Han Purple #4E07FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 74.78%

R = 23.15%
G = 2.08%
B = 74.78%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E07FC (or 0x4E07FC) is known color: Han Purple. HEX triplet: 4E, 07 and FC. RGB value is (78,7,252). Sum of RGB (Red+Green+Blue) = 78+7+252=337 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.15% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 252 (98.83% from 255 or 74.78% from 337); Max value from RGB is 252 - color contains mainly: blue. Hex color #4E07FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E07FC is #B1F803. Grayscale: #373737. Windows color (decimal): -11663364 or 16516942. OLE color: 16516942.

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

Color convert

RGB 78 7 252 -
CMYK 0.69 0.97 0 0.01
HSL 257.39º 0.98% 0.51% -
HSV(B) 257.39º 0.97% 0.99% -
XYZ 20.79 8.8 92.7 -
YUV 56.16 238.52 143.58 -
System Red Green Blue C M Y K H S L
Decimal 78 7 252 0.69 0.97 0 0.01 257.39 0.98 0.51
Hex 4E 7 FC 45 61 0 1 101 62 33
Octal 116 7 374 105 141 0 1 401 142 63
Binary 1001110 111 11111100 1000101 1100001 0 1 100000001 1100010 110011

Color Harmonies of #4E07FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E07FC

Black with #4E07FC

Text Example


Text Example

White with #4E07FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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