Html Css Color HEX #540AB4 Purple Heart

📋 copy color: '#540AB4'

red 84 ◦ green 10 ◦ blue 180

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

Shades of Purple Heart #540AB4

Tints of Purple Heart #540AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 65.69%

R = 30.66%
G = 3.65%
B = 65.69%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#540AB4 (or 0x540AB4) is known color: Purple Heart. HEX triplet: 54, 0A and B4. RGB value is (84,10,180). Sum of RGB (Red+Green+Blue) = 84+10+180=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #540AB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AB4 is #ABF54B. Grayscale: #323232. Windows color (decimal): -11269452 or 11799124. OLE color: 11799124.

HSL color Cylindrical-coordinate representation of color #540AB4: hue angle of 266.12º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540AB4 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 10 180 -
CMYK 0.53 0.94 0 0.29
HSL 266.12º 0.89% 0.37% -
HSV(B) 266.12º 0.94% 0.71% -
XYZ 12 5.4 43.59 -
YUV 51.51 200.52 151.18 -
System Red Green Blue C M Y K H S L
Decimal 84 10 180 0.53 0.94 0 0.29 266.12 0.89 0.37
Hex 54 A B4 35 5E 0 1D 10A 59 25
Octal 124 12 264 65 136 0 35 412 131 45
Binary 1010100 1010 10110100 110101 1011110 0 11101 100001010 1011001 100101

Color Harmonies of #540AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AB4

Black with #540AB4

Text Example


Text Example

White with #540AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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