Html Css Color HEX #542FCD Purple Heart

📋 copy color: '#542FCD'

red 84 ◦ green 47 ◦ blue 205

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

Shades of Purple Heart #542FCD

Tints of Purple Heart #542FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.99%

 BLUE value IS 205 (80.47% from 255) = 61.01%

R = 25%
G = 13.99%
B = 61.01%

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

#542FCD (or 0x542FCD) is known color: Purple Heart. HEX triplet: 54, 2F and CD. RGB value is (84,47,205). Sum of RGB (Red+Green+Blue) = 84+47+205=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #542FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FCD is #ABD032. Grayscale: #4B4B4B. Windows color (decimal): -11259955 or 13446996. OLE color: 13446996.

HSL color Cylindrical-coordinate representation of color #542FCD: hue angle of 254.05º 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 #542FCD is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 47 205 -
CMYK 0.59 0.77 0 0.20
HSL 254.05º 0.63% 0.49% -
HSV(B) 254.05º 0.77% 0.8% -
XYZ 15.69 8.33 58.54 -
YUV 76.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 84 47 205 0.59 0.77 0 0.20 254.05 0.63 0.49
Hex 54 2F CD 3B 4D 0 14 FE 3F 31
Octal 124 57 315 73 115 0 24 376 77 61
Binary 1010100 101111 11001101 111011 1001101 0 10100 11111110 111111 110001

Color Harmonies of #542FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FCD

Black with #542FCD

Text Example


Text Example

White with #542FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,47,205); }

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

background-color css

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

 a { background-color: rgb(84,47,205); }

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

border-color css

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

 span { border-color: rgb(84,47,205); }

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