Html Css Color HEX #542AC9 Purple Heart

📋 copy color: '#542AC9'

red 84 ◦ green 42 ◦ blue 201

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

Shades of Purple Heart #542AC9

Tints of Purple Heart #542AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.47%

R = 25.69%
G = 12.84%
B = 61.47%

CMYK

 C value IS 0.58

 M value IS 0.79

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#542AC9 (or 0x542AC9) is known color: Purple Heart. HEX triplet: 54, 2A and C9. RGB value is (84,42,201). Sum of RGB (Red+Green+Blue) = 84+42+201=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 201 (78.91% from 255 or 61.47% from 327); Max value from RGB is 201 - color contains mainly: blue. Hex color #542AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542AC9 is #ABD536. Grayscale: #484848. Windows color (decimal): -11261239 or 13183572. OLE color: 13183572.

HSL color Cylindrical-coordinate representation of color #542AC9: hue angle of 255.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #542AC9 is Cyan = 0.58, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 84 42 201 -
CMYK 0.58 0.79 0 0.21
HSL 255.85º 0.65% 0.48% -
HSV(B) 255.85º 0.79% 0.79% -
XYZ 15.03 7.76 55.96 -
YUV 72.68 200.41 136.07 -
System Red Green Blue C M Y K H S L
Decimal 84 42 201 0.58 0.79 0 0.21 255.85 0.65 0.48
Hex 54 2A C9 3A 4F 0 15 100 41 30
Octal 124 52 311 72 117 0 25 400 101 60
Binary 1010100 101010 11001001 111010 1001111 0 10101 100000000 1000001 110000

Color Harmonies of #542AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542AC9

Black with #542AC9

Text Example


Text Example

White with #542AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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