Html Css Color HEX #542BAC Purple Heart

📋 copy color: '#542BAC'

red 84 ◦ green 43 ◦ blue 172

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

Shades of Purple Heart #542BAC

Tints of Purple Heart #542BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

 BLUE value IS 172 (67.58% from 255) = 57.53%

R = 28.09%
G = 14.38%
B = 57.53%

CMYK

 C value IS 0.51

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#542BAC (or 0x542BAC) is known color: Purple Heart. HEX triplet: 54, 2B and AC. RGB value is (84,43,172). Sum of RGB (Red+Green+Blue) = 84+43+172=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #542BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542BAC is #ABD453. Grayscale: #454545. Windows color (decimal): -11261012 or 11283284. OLE color: 11283284.

HSL color Cylindrical-coordinate representation of color #542BAC: hue angle of 259.07º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542BAC is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 43 172 -
CMYK 0.51 0.75 0 0.33
HSL 259.07º 0.6% 0.42% -
HSV(B) 259.07º 0.75% 0.67% -
XYZ 11.97 6.59 39.67 -
YUV 69.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 84 43 172 0.51 0.75 0 0.33 259.07 0.6 0.42
Hex 54 2B AC 33 4B 0 21 103 3C 2A
Octal 124 53 254 63 113 0 41 403 74 52
Binary 1010100 101011 10101100 110011 1001011 0 100001 100000011 111100 101010

Color Harmonies of #542BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542BAC

Black with #542BAC

Text Example


Text Example

White with #542BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,43,172); }

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

background-color css

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

 a { background-color: rgb(84,43,172); }

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

border-color css

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

 span { border-color: rgb(84,43,172); }

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