Html Css Color HEX #542EAF Purple Heart

📋 copy color: '#542EAF'

red 84 ◦ green 46 ◦ blue 175

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

Shades of Purple Heart #542EAF

Tints of Purple Heart #542EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.38%

R = 27.54%
G = 15.08%
B = 57.38%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#542EAF (or 0x542EAF) is known color: Purple Heart. HEX triplet: 54, 2E and AF. RGB value is (84,46,175). Sum of RGB (Red+Green+Blue) = 84+46+175=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #542EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #542EAF is #ABD150. Grayscale: #474747. Windows color (decimal): -11260241 or 11480660. OLE color: 11480660.

HSL color Cylindrical-coordinate representation of color #542EAF: hue angle of 257.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #542EAF is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 46 175 -
CMYK 0.52 0.74 0 0.31
HSL 257.67º 0.58% 0.43% -
HSV(B) 257.67º 0.74% 0.69% -
XYZ 12.37 6.93 41.24 -
YUV 72.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 84 46 175 0.52 0.74 0 0.31 257.67 0.58 0.43
Hex 54 2E AF 34 4A 0 1F 102 3A 2B
Octal 124 56 257 64 112 0 37 402 72 53
Binary 1010100 101110 10101111 110100 1001010 0 11111 100000010 111010 101011

Color Harmonies of #542EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542EAF

Black with #542EAF

Text Example


Text Example

White with #542EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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