Html Css Color HEX #540BB9 Purple Heart

📋 copy color: '#540BB9'

red 84 ◦ green 11 ◦ blue 185

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

Shades of Purple Heart #540BB9

Tints of Purple Heart #540BB9

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 185 (72.66% from 255) = 66.07%

R = 30%
G = 3.93%
B = 66.07%

CMYK

 C value IS 0.55

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#540BB9 (or 0x540BB9) is known color: Purple Heart. HEX triplet: 54, 0B and B9. RGB value is (84,11,185). Sum of RGB (Red+Green+Blue) = 84+11+185=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #540BB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BB9 is #ABF446. Grayscale: #343434. Windows color (decimal): -11269191 or 12127060. OLE color: 12127060.

HSL color Cylindrical-coordinate representation of color #540BB9: hue angle of 265.17º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BB9 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 11 185 -
CMYK 0.55 0.94 0 0.27
HSL 265.17º 0.89% 0.38% -
HSV(B) 265.17º 0.94% 0.73% -
XYZ 12.53 5.63 46.32 -
YUV 52.66 202.68 150.35 -
System Red Green Blue C M Y K H S L
Decimal 84 11 185 0.55 0.94 0 0.27 265.17 0.89 0.38
Hex 54 B B9 37 5E 0 1B 109 59 26
Octal 124 13 271 67 136 0 33 411 131 46
Binary 1010100 1011 10111001 110111 1011110 0 11011 100001001 1011001 100110

Color Harmonies of #540BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540BB9

Black with #540BB9

Text Example


Text Example

White with #540BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,11,185); }

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

background-color css

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

 a { background-color: rgb(84,11,185); }

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

border-color css

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

 span { border-color: rgb(84,11,185); }

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