Html Css Color HEX #540EDD Han Purple

📋 copy color: '#540EDD'

red 84 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #540EDD

Tints of Han Purple #540EDD

RGB

 RED value IS 84 (33.2% from 255) = 26.33%

 GREEN value IS 14 (5.86% from 255) = 4.39%

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

R = 26.33%
G = 4.39%
B = 69.28%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#540EDD (or 0x540EDD) is known color: Han Purple. HEX triplet: 54, 0E and DD. RGB value is (84,14,221). Sum of RGB (Red+Green+Blue) = 84+14+221=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #540EDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540EDD is #ABF122. Grayscale: #393939. Windows color (decimal): -11268387 or 14487124. OLE color: 14487124.

HSL color Cylindrical-coordinate representation of color #540EDD: hue angle of 260.29º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EDD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 84 14 221 -
CMYK 0.62 0.94 0 0.13
HSL 260.29º 0.88% 0.46% -
HSV(B) 260.29º 0.94% 0.87% -
XYZ 16.86 7.42 68.95 -
YUV 58.53 219.69 146.17 -
System Red Green Blue C M Y K H S L
Decimal 84 14 221 0.62 0.94 0 0.13 260.29 0.88 0.46
Hex 54 E DD 3E 5E 0 D 104 58 2E
Octal 124 16 335 76 136 0 15 404 130 56
Binary 1010100 1110 11011101 111110 1011110 0 1101 100000100 1011000 101110

Color Harmonies of #540EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540EDD

Black with #540EDD

Text Example


Text Example

White with #540EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540EDD; }

 p { color: rgb(84,14,221); }

 H1.HeaderClassName
 {
   color: #540EDD;
 }
 .AnyTagClassName
 {
   color: #540EDD;
 }
</style>

background-color css

<style>
 a { background-color: #540EDD; }

 a { background-color: rgb(84,14,221); }

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

border-color css

<style>
 span { border-color: #540EDD; }

 span { border-color: rgb(84,14,221); }

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