Html Css Color HEX #542CC6 Purple Heart

📋 copy color: '#542CC6'

red 84 ◦ green 44 ◦ blue 198

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

Shades of Purple Heart #542CC6

Tints of Purple Heart #542CC6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.5%

 BLUE value IS 198 (77.73% from 255) = 60.74%

R = 25.77%
G = 13.5%
B = 60.74%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#542CC6 (or 0x542CC6) is known color: Purple Heart. HEX triplet: 54, 2C and C6. RGB value is (84,44,198). Sum of RGB (Red+Green+Blue) = 84+44+198=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 44 (17.58% from 255 or 13.50% from 326); Blue value is 198 (77.73% from 255 or 60.74% from 326); Max value from RGB is 198 - color contains mainly: blue. Hex color #542CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CC6 is #ABD339. Grayscale: #484848. Windows color (decimal): -11260730 or 12987476. OLE color: 12987476.

HSL color Cylindrical-coordinate representation of color #542CC6: hue angle of 255.58º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542CC6 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 44 198 -
CMYK 0.58 0.78 0 0.22
HSL 255.58º 0.64% 0.47% -
HSV(B) 255.58º 0.78% 0.78% -
XYZ 14.75 7.76 54.15 -
YUV 73.52 198.25 135.48 -
System Red Green Blue C M Y K H S L
Decimal 84 44 198 0.58 0.78 0 0.22 255.58 0.64 0.47
Hex 54 2C C6 3A 4E 0 16 100 40 2F
Octal 124 54 306 72 116 0 26 400 100 57
Binary 1010100 101100 11000110 111010 1001110 0 10110 100000000 1000000 101111

Color Harmonies of #542CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CC6

Black with #542CC6

Text Example


Text Example

White with #542CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,44,198); }

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

background-color css

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

 a { background-color: rgb(84,44,198); }

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

border-color css

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

 span { border-color: rgb(84,44,198); }

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