Html Css Color HEX #540AB8 Purple Heart

📋 copy color: '#540AB8'

red 84 ◦ green 10 ◦ blue 184

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

Shades of Purple Heart #540AB8

Tints of Purple Heart #540AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 66.19%

R = 30.22%
G = 3.6%
B = 66.19%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#540AB8 (or 0x540AB8) is known color: Purple Heart. HEX triplet: 54, 0A and B8. RGB value is (84,10,184). Sum of RGB (Red+Green+Blue) = 84+10+184=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 184 (72.27% from 255 or 66.19% from 278); Max value from RGB is 184 - color contains mainly: blue. Hex color #540AB8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AB8 is #ABF547. Grayscale: #333333. Windows color (decimal): -11269448 or 12061268. OLE color: 12061268.

HSL color Cylindrical-coordinate representation of color #540AB8: hue angle of 265.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AB8 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 10 184 -
CMYK 0.54 0.95 0 0.28
HSL 265.52º 0.9% 0.38% -
HSV(B) 265.52º 0.95% 0.72% -
XYZ 12.42 5.56 45.77 -
YUV 51.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 84 10 184 0.54 0.95 0 0.28 265.52 0.9 0.38
Hex 54 A B8 36 5F 0 1C 10A 5A 26
Octal 124 12 270 66 137 0 34 412 132 46
Binary 1010100 1010 10111000 110110 1011111 0 11100 100001010 1011010 100110

Color Harmonies of #540AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AB8

Black with #540AB8

Text Example


Text Example

White with #540AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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