Html Css Color HEX #4E2FFD Han Purple

📋 copy color: '#4E2FFD'

red 78 ◦ green 47 ◦ blue 253

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

Shades of Han Purple #4E2FFD

Tints of Han Purple #4E2FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.43%

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

R = 20.63%
G = 12.43%
B = 66.93%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4E2FFD (or 0x4E2FFD) is known color: Han Purple. HEX triplet: 4E, 2F and FD. RGB value is (78,47,253). Sum of RGB (Red+Green+Blue) = 78+47+253=378 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.63% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #4E2FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E2FFD is #B1D002. Grayscale: #4E4E4E. Windows color (decimal): -11653123 or 16592718. OLE color: 16592718.

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

Color convert

RGB 78 47 253 -
CMYK 0.69 0.81 0 0.01
HSL 249.03º 0.98% 0.59% -
HSV(B) 249.03º 0.81% 0.99% -
XYZ 21.89 10.74 93.85 -
YUV 79.75 225.77 126.75 -
System Red Green Blue C M Y K H S L
Decimal 78 47 253 0.69 0.81 0 0.01 249.03 0.98 0.59
Hex 4E 2F FD 45 51 0 1 F9 62 3B
Octal 116 57 375 105 121 0 1 371 142 73
Binary 1001110 101111 11111101 1000101 1010001 0 1 11111001 1100010 111011

Color Harmonies of #4E2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2FFD

Black with #4E2FFD

Text Example


Text Example

White with #4E2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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