Html Css Color HEX #540DEB Han Purple

📋 copy color: '#540DEB'

red 84 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #540DEB

Tints of Han Purple #540DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.92%

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 25.3%
G = 3.92%
B = 70.78%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#540DEB (or 0x540DEB) is known color: Han Purple. HEX triplet: 54, 0D and EB. RGB value is (84,13,235). Sum of RGB (Red+Green+Blue) = 84+13+235=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 13 (5.47% from 255 or 3.92% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #540DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540DEB is #ABF214. Grayscale: #3A3A3A. Windows color (decimal): -11268629 or 15404372. OLE color: 15404372.

HSL color Cylindrical-coordinate representation of color #540DEB: hue angle of 259.19º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DEB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 13 235 -
CMYK 0.64 0.94 0 0.08
HSL 259.19º 0.9% 0.49% -
HSV(B) 259.19º 0.94% 0.92% -
XYZ 18.8 8.17 79.18 -
YUV 59.54 227.02 145.45 -
System Red Green Blue C M Y K H S L
Decimal 84 13 235 0.64 0.94 0 0.08 259.19 0.9 0.49
Hex 54 D EB 40 5E 0 8 103 5A 31
Octal 124 15 353 100 136 0 10 403 132 61
Binary 1010100 1101 11101011 1000000 1011110 0 1000 100000011 1011010 110001

Color Harmonies of #540DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DEB

Black with #540DEB

Text Example


Text Example

White with #540DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,13,235); }

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

background-color css

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

 a { background-color: rgb(84,13,235); }

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

border-color css

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

 span { border-color: rgb(84,13,235); }

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