Html Css Color HEX #4E05FD Han Purple

📋 copy color: '#4E05FD'

red 78 ◦ green 5 ◦ blue 253

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

Shades of Han Purple #4E05FD

Tints of Han Purple #4E05FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 23.21%
G = 1.49%
B = 75.3%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E05FD (or 0x4E05FD) is known color: Han Purple. HEX triplet: 4E, 05 and FD. RGB value is (78,5,253). Sum of RGB (Red+Green+Blue) = 78+5+253=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E05FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #4E05FD is #B1FA02. Grayscale: #363636. Windows color (decimal): -11663875 or 16581966. OLE color: 16581966.

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

Color convert

RGB 78 5 253 -
CMYK 0.69 0.98 0 0.01
HSL 257.66º 0.98% 0.51% -
HSV(B) 257.66º 0.98% 0.99% -
XYZ 20.93 8.82 93.53 -
YUV 55.1 239.68 144.33 -
System Red Green Blue C M Y K H S L
Decimal 78 5 253 0.69 0.98 0 0.01 257.66 0.98 0.51
Hex 4E 5 FD 45 62 0 1 102 62 33
Octal 116 5 375 105 142 0 1 402 142 63
Binary 1001110 101 11111101 1000101 1100010 0 1 100000010 1100010 110011

Color Harmonies of #4E05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E05FD

Black with #4E05FD

Text Example


Text Example

White with #4E05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,5,253); }

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

background-color css

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

 a { background-color: rgb(78,5,253); }

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

border-color css

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

 span { border-color: rgb(78,5,253); }

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