Html Css Color HEX #540AD5 Han Purple

📋 copy color: '#540AD5'

red 84 ◦ green 10 ◦ blue 213

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

Shades of Han Purple #540AD5

Tints of Han Purple #540AD5

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.26%

 BLUE value IS 213 (83.59% from 255) = 69.38%

R = 27.36%
G = 3.26%
B = 69.38%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#540AD5 (or 0x540AD5) is known color: Han Purple. HEX triplet: 54, 0A and D5. RGB value is (84,10,213). Sum of RGB (Red+Green+Blue) = 84+10+213=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 10 (4.30% from 255 or 3.26% from 307); Blue value is 213 (83.59% from 255 or 69.38% from 307); Max value from RGB is 213 - color contains mainly: blue. Hex color #540AD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AD5 is #ABF52A. Grayscale: #363636. Windows color (decimal): -11269419 or 13961812. OLE color: 13961812.

HSL color Cylindrical-coordinate representation of color #540AD5: hue angle of 261.87º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AD5 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 10 213 -
CMYK 0.61 0.95 0 0.16
HSL 261.87º 0.91% 0.44% -
HSV(B) 261.87º 0.95% 0.84% -
XYZ 15.77 6.91 63.45 -
YUV 55.27 217.02 148.49 -
System Red Green Blue C M Y K H S L
Decimal 84 10 213 0.61 0.95 0 0.16 261.87 0.91 0.44
Hex 54 A D5 3D 5F 0 10 106 5B 2C
Octal 124 12 325 75 137 0 20 406 133 54
Binary 1010100 1010 11010101 111101 1011111 0 10000 100000110 1011011 101100

Color Harmonies of #540AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AD5

Black with #540AD5

Text Example


Text Example

White with #540AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,10,213); }

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

background-color css

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

 a { background-color: rgb(84,10,213); }

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

border-color css

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

 span { border-color: rgb(84,10,213); }

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