Html Css Color HEX #540BAB Purple Heart

📋 copy color: '#540BAB'

red 84 ◦ green 11 ◦ blue 171

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

Shades of Purple Heart #540BAB

Tints of Purple Heart #540BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 64.29%

R = 31.58%
G = 4.14%
B = 64.29%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#540BAB (or 0x540BAB) is known color: Purple Heart. HEX triplet: 54, 0B and AB. RGB value is (84,11,171). Sum of RGB (Red+Green+Blue) = 84+11+171=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #540BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540BAB is #ABF454. Grayscale: #323232. Windows color (decimal): -11269205 or 11209556. OLE color: 11209556.

HSL color Cylindrical-coordinate representation of color #540BAB: hue angle of 267.38º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BAB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 11 171 -
CMYK 0.51 0.94 0 0.33
HSL 267.38º 0.88% 0.36% -
HSV(B) 267.38º 0.94% 0.67% -
XYZ 11.13 5.06 38.92 -
YUV 51.07 195.68 151.49 -
System Red Green Blue C M Y K H S L
Decimal 84 11 171 0.51 0.94 0 0.33 267.38 0.88 0.36
Hex 54 B AB 33 5E 0 21 10B 58 24
Octal 124 13 253 63 136 0 41 413 130 44
Binary 1010100 1011 10101011 110011 1011110 0 100001 100001011 1011000 100100

Color Harmonies of #540BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540BAB

Black with #540BAB

Text Example


Text Example

White with #540BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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