Html Css Color HEX #542ECB Purple Heart

📋 copy color: '#542ECB'

red 84 ◦ green 46 ◦ blue 203

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

Shades of Purple Heart #542ECB

Tints of Purple Heart #542ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.81%

 BLUE value IS 203 (79.69% from 255) = 60.96%

R = 25.23%
G = 13.81%
B = 60.96%

CMYK

 C value IS 0.59

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#542ECB (or 0x542ECB) is known color: Purple Heart. HEX triplet: 54, 2E and CB. RGB value is (84,46,203). Sum of RGB (Red+Green+Blue) = 84+46+203=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 203 (79.69% from 255 or 60.96% from 333); Max value from RGB is 203 - color contains mainly: blue. Hex color #542ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ECB is #ABD134. Grayscale: #4A4A4A. Windows color (decimal): -11260213 or 13315668. OLE color: 13315668.

HSL color Cylindrical-coordinate representation of color #542ECB: hue angle of 254.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #542ECB is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 46 203 -
CMYK 0.59 0.77 0 0.20
HSL 254.52º 0.63% 0.49% -
HSV(B) 254.52º 0.77% 0.8% -
XYZ 15.41 8.15 57.26 -
YUV 75.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 84 46 203 0.59 0.77 0 0.20 254.52 0.63 0.49
Hex 54 2E CB 3B 4D 0 14 FF 3F 31
Octal 124 56 313 73 115 0 24 377 77 61
Binary 1010100 101110 11001011 111011 1001101 0 10100 11111111 111111 110001

Color Harmonies of #542ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ECB

Black with #542ECB

Text Example


Text Example

White with #542ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,46,203); }

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

background-color css

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

 a { background-color: rgb(84,46,203); }

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

border-color css

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

 span { border-color: rgb(84,46,203); }

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