Html Css Color HEX #542BBE Purple Heart

📋 copy color: '#542BBE'

red 84 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #542BBE

Tints of Purple Heart #542BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

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

R = 26.5%
G = 13.56%
B = 59.94%

CMYK

 C value IS 0.56

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#542BBE (or 0x542BBE) is known color: Purple Heart. HEX triplet: 54, 2B and BE. RGB value is (84,43,190). Sum of RGB (Red+Green+Blue) = 84+43+190=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 190 (74.61% from 255 or 59.94% from 317); Max value from RGB is 190 - color contains mainly: blue. Hex color #542BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BBE is #ABD441. Grayscale: #474747. Windows color (decimal): -11260994 or 12462932. OLE color: 12462932.

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

Color convert

RGB 84 43 190 -
CMYK 0.56 0.77 0 0.25
HSL 256.73º 0.63% 0.46% -
HSV(B) 256.73º 0.77% 0.75% -
XYZ 13.81 7.33 49.4 -
YUV 72.02 194.58 136.55 -
System Red Green Blue C M Y K H S L
Decimal 84 43 190 0.56 0.77 0 0.25 256.73 0.63 0.46
Hex 54 2B BE 38 4D 0 19 101 3F 2E
Octal 124 53 276 70 115 0 31 401 77 56
Binary 1010100 101011 10111110 111000 1001101 0 11001 100000001 111111 101110

Color Harmonies of #542BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542BBE

Black with #542BBE

Text Example


Text Example

White with #542BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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