Html Css Color HEX #4E0FDD Han Purple

📋 copy color: '#4E0FDD'

red 78 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #4E0FDD

Tints of Han Purple #4E0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.78%

 BLUE value IS 221 (86.72% from 255) = 70.38%

R = 24.84%
G = 4.78%
B = 70.38%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E0FDD (or 0x4E0FDD) is known color: Han Purple. HEX triplet: 4E, 0F and DD. RGB value is (78,15,221). Sum of RGB (Red+Green+Blue) = 78+15+221=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E0FDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4E0FDD is #B1F022. Grayscale: #383838. Windows color (decimal): -11661347 or 14487374. OLE color: 14487374.

HSL color Cylindrical-coordinate representation of color #4E0FDD: hue angle of 258.35º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E0FDD is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 15 221 -
CMYK 0.65 0.93 0 0.13
HSL 258.35º 0.87% 0.46% -
HSV(B) 258.35º 0.93% 0.87% -
XYZ 16.36 7.18 68.93 -
YUV 57.32 220.37 142.75 -
System Red Green Blue C M Y K H S L
Decimal 78 15 221 0.65 0.93 0 0.13 258.35 0.87 0.46
Hex 4E F DD 41 5D 0 D 102 57 2E
Octal 116 17 335 101 135 0 15 402 127 56
Binary 1001110 1111 11011101 1000001 1011101 0 1101 100000010 1010111 101110

Color Harmonies of #4E0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0FDD

Black with #4E0FDD

Text Example


Text Example

White with #4E0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,15,221); }

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

background-color css

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

 a { background-color: rgb(78,15,221); }

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

border-color css

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

 span { border-color: rgb(78,15,221); }

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