Html Css Color HEX #542DB6 Purple Heart

📋 copy color: '#542DB6'

red 84 ◦ green 45 ◦ blue 182

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

Shades of Purple Heart #542DB6

Tints of Purple Heart #542DB6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.47%

 BLUE value IS 182 (71.48% from 255) = 58.52%

R = 27.01%
G = 14.47%
B = 58.52%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#542DB6 (or 0x542DB6) is known color: Purple Heart. HEX triplet: 54, 2D and B6. RGB value is (84,45,182). Sum of RGB (Red+Green+Blue) = 84+45+182=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 45 (17.97% from 255 or 14.47% from 311); Blue value is 182 (71.48% from 255 or 58.52% from 311); Max value from RGB is 182 - color contains mainly: blue. Hex color #542DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542DB6 is #ABD249. Grayscale: #474747. Windows color (decimal): -11260490 or 11939156. OLE color: 11939156.

HSL color Cylindrical-coordinate representation of color #542DB6: hue angle of 257.08º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542DB6 is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 45 182 -
CMYK 0.54 0.75 0 0.29
HSL 257.08º 0.6% 0.45% -
HSV(B) 257.08º 0.75% 0.71% -
XYZ 13.04 7.14 44.95 -
YUV 72.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 84 45 182 0.54 0.75 0 0.29 257.08 0.6 0.45
Hex 54 2D B6 36 4B 0 1D 101 3C 2D
Octal 124 55 266 66 113 0 35 401 74 55
Binary 1010100 101101 10110110 110110 1001011 0 11101 100000001 111100 101101

Color Harmonies of #542DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542DB6

Black with #542DB6

Text Example


Text Example

White with #542DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,45,182); }

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

background-color css

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

 a { background-color: rgb(84,45,182); }

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

border-color css

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

 span { border-color: rgb(84,45,182); }

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