Html Css Color HEX #542CC5 Purple Heart

📋 copy color: '#542CC5'

red 84 ◦ green 44 ◦ blue 197

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

Shades of Purple Heart #542CC5

Tints of Purple Heart #542CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.62%

R = 25.85%
G = 13.54%
B = 60.62%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#542CC5 (or 0x542CC5) is known color: Purple Heart. HEX triplet: 54, 2C and C5. RGB value is (84,44,197). Sum of RGB (Red+Green+Blue) = 84+44+197=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 197 (77.34% from 255 or 60.62% from 325); Max value from RGB is 197 - color contains mainly: blue. Hex color #542CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542CC5 is #ABD33A. Grayscale: #484848. Windows color (decimal): -11260731 or 12921940. OLE color: 12921940.

HSL color Cylindrical-coordinate representation of color #542CC5: hue angle of 255.69º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #542CC5 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 84 44 197 -
CMYK 0.57 0.78 0 0.23
HSL 255.69º 0.63% 0.47% -
HSV(B) 255.69º 0.78% 0.77% -
XYZ 14.63 7.72 53.54 -
YUV 73.4 197.75 135.56 -
System Red Green Blue C M Y K H S L
Decimal 84 44 197 0.57 0.78 0 0.23 255.69 0.63 0.47
Hex 54 2C C5 39 4E 0 17 100 3F 2F
Octal 124 54 305 71 116 0 27 400 77 57
Binary 1010100 101100 11000101 111001 1001110 0 10111 100000000 111111 101111

Color Harmonies of #542CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542CC5

Black with #542CC5

Text Example


Text Example

White with #542CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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