Html Css Color HEX #542ACB Purple Heart

📋 copy color: '#542ACB'

red 84 ◦ green 42 ◦ blue 203

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

Shades of Purple Heart #542ACB

Tints of Purple Heart #542ACB

RGB

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

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

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

R = 25.53%
G = 12.77%
B = 61.7%

CMYK

 C value IS 0.59

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#542ACB (or 0x542ACB) is known color: Purple Heart. HEX triplet: 54, 2A and CB. RGB value is (84,42,203). Sum of RGB (Red+Green+Blue) = 84+42+203=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #542ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542ACB is #ABD534. Grayscale: #484848. Windows color (decimal): -11261237 or 13314644. OLE color: 13314644.

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

Color convert

RGB 84 42 203 -
CMYK 0.59 0.79 0 0.20
HSL 255.65º 0.66% 0.48% -
HSV(B) 255.65º 0.79% 0.8% -
XYZ 15.26 7.85 57.21 -
YUV 72.91 201.41 135.91 -
System Red Green Blue C M Y K H S L
Decimal 84 42 203 0.59 0.79 0 0.20 255.65 0.66 0.48
Hex 54 2A CB 3B 4F 0 14 100 42 30
Octal 124 52 313 73 117 0 24 400 102 60
Binary 1010100 101010 11001011 111011 1001111 0 10100 100000000 1000010 110000

Color Harmonies of #542ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542ACB

Black with #542ACB

Text Example


Text Example

White with #542ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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