Html Css Color HEX #542AB6 Purple Heart

📋 copy color: '#542AB6'

red 84 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #542AB6

Tints of Purple Heart #542AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.09%

R = 27.27%
G = 13.64%
B = 59.09%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#542AB6 (or 0x542AB6) is known color: Purple Heart. HEX triplet: 54, 2A and B6. RGB value is (84,42,182). Sum of RGB (Red+Green+Blue) = 84+42+182=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #542AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542AB6 is #ABD549. Grayscale: #464646. Windows color (decimal): -11261258 or 11938388. OLE color: 11938388.

HSL color Cylindrical-coordinate representation of color #542AB6: hue angle of 258º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542AB6 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 42 182 -
CMYK 0.54 0.77 0 0.29
HSL 258º 0.63% 0.44% -
HSV(B) 258º 0.77% 0.71% -
XYZ 12.93 6.92 44.91 -
YUV 70.52 190.91 137.62 -
System Red Green Blue C M Y K H S L
Decimal 84 42 182 0.54 0.77 0 0.29 258 0.63 0.44
Hex 54 2A B6 36 4D 0 1D 102 3E 2C
Octal 124 52 266 66 115 0 35 402 76 54
Binary 1010100 101010 10110110 110110 1001101 0 11101 100000010 111110 101100

Color Harmonies of #542AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542AB6

Black with #542AB6

Text Example


Text Example

White with #542AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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