Html Css Color HEX #542FBE Purple Heart

📋 copy color: '#542FBE'

red 84 ◦ green 47 ◦ blue 190

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

Shades of Purple Heart #542FBE

Tints of Purple Heart #542FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 59.19%

R = 26.17%
G = 14.64%
B = 59.19%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#542FBE (or 0x542FBE) is known color: Purple Heart. HEX triplet: 54, 2F and BE. RGB value is (84,47,190). Sum of RGB (Red+Green+Blue) = 84+47+190=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #542FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542FBE is #ABD041. Grayscale: #494949. Windows color (decimal): -11259970 or 12463956. OLE color: 12463956.

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

Color convert

RGB 84 47 190 -
CMYK 0.56 0.75 0 0.25
HSL 255.52º 0.6% 0.46% -
HSV(B) 255.52º 0.75% 0.75% -
XYZ 13.97 7.64 49.45 -
YUV 74.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 84 47 190 0.56 0.75 0 0.25 255.52 0.6 0.46
Hex 54 2F BE 38 4B 0 19 100 3C 2E
Octal 124 57 276 70 113 0 31 400 74 56
Binary 1010100 101111 10111110 111000 1001011 0 11001 100000000 111100 101110

Color Harmonies of #542FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542FBE

Black with #542FBE

Text Example


Text Example

White with #542FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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