Html Css Color HEX #542FBD Purple Heart

📋 copy color: '#542FBD'

red 84 ◦ green 47 ◦ blue 189

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

Shades of Purple Heart #542FBD

Tints of Purple Heart #542FBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 26.25%
G = 14.69%
B = 59.06%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#542FBD (or 0x542FBD) is known color: Purple Heart. HEX triplet: 54, 2F and BD. RGB value is (84,47,189). Sum of RGB (Red+Green+Blue) = 84+47+189=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 47 (18.75% from 255 or 14.69% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #542FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FBD is #ABD042. Grayscale: #494949. Windows color (decimal): -11259971 or 12398420. OLE color: 12398420.

HSL color Cylindrical-coordinate representation of color #542FBD: hue angle of 255.63º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542FBD is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 47 189 -
CMYK 0.56 0.75 0 0.26
HSL 255.63º 0.6% 0.46% -
HSV(B) 255.63º 0.75% 0.74% -
XYZ 13.86 7.59 48.88 -
YUV 74.25 192.76 134.95 -
System Red Green Blue C M Y K H S L
Decimal 84 47 189 0.56 0.75 0 0.26 255.63 0.6 0.46
Hex 54 2F BD 38 4B 0 1A 100 3C 2E
Octal 124 57 275 70 113 0 32 400 74 56
Binary 1010100 101111 10111101 111000 1001011 0 11010 100000000 111100 101110

Color Harmonies of #542FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FBD

Black with #542FBD

Text Example


Text Example

White with #542FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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