Html Css Color HEX #542ABA Purple Heart

📋 copy color: '#542ABA'

red 84 ◦ green 42 ◦ blue 186

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

Shades of Purple Heart #542ABA

Tints of Purple Heart #542ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.46%

 BLUE value IS 186 (73.05% from 255) = 59.62%

R = 26.92%
G = 13.46%
B = 59.62%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#542ABA (or 0x542ABA) is known color: Purple Heart. HEX triplet: 54, 2A and BA. RGB value is (84,42,186). Sum of RGB (Red+Green+Blue) = 84+42+186=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #542ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ABA is #ABD545. Grayscale: #464646. Windows color (decimal): -11261254 or 12200532. OLE color: 12200532.

HSL color Cylindrical-coordinate representation of color #542ABA: hue angle of 257.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542ABA is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 42 186 -
CMYK 0.55 0.77 0 0.27
HSL 257.5º 0.63% 0.45% -
HSV(B) 257.5º 0.77% 0.73% -
XYZ 13.35 7.09 47.12 -
YUV 70.97 192.91 137.29 -
System Red Green Blue C M Y K H S L
Decimal 84 42 186 0.55 0.77 0 0.27 257.5 0.63 0.45
Hex 54 2A BA 37 4D 0 1B 102 3F 2D
Octal 124 52 272 67 115 0 33 402 77 55
Binary 1010100 101010 10111010 110111 1001101 0 11011 100000010 111111 101101

Color Harmonies of #542ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ABA

Black with #542ABA

Text Example


Text Example

White with #542ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542ABA; }

 p { color: rgb(84,42,186); }

 H1.HeaderClassName
 {
   color: #542ABA;
 }
 .AnyTagClassName
 {
   color: #542ABA;
 }
</style>

background-color css

<style>
 a { background-color: #542ABA; }

 a { background-color: rgb(84,42,186); }

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

border-color css

<style>
 span { border-color: #542ABA; }

 span { border-color: rgb(84,42,186); }

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