Html Css Color HEX #540BC7 Purple Heart

📋 copy color: '#540BC7'

red 84 ◦ green 11 ◦ blue 199

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

Shades of Purple Heart #540BC7

Tints of Purple Heart #540BC7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.74%

 BLUE value IS 199 (78.13% from 255) = 67.69%

R = 28.57%
G = 3.74%
B = 67.69%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#540BC7 (or 0x540BC7) is known color: Purple Heart. HEX triplet: 54, 0B and C7. RGB value is (84,11,199). Sum of RGB (Red+Green+Blue) = 84+11+199=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 199 (78.12% from 255 or 67.69% from 294); Max value from RGB is 199 - color contains mainly: blue. Hex color #540BC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BC7 is #ABF438. Grayscale: #353535. Windows color (decimal): -11269177 or 13044564. OLE color: 13044564.

HSL color Cylindrical-coordinate representation of color #540BC7: hue angle of 263.3º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540BC7 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 11 199 -
CMYK 0.58 0.94 0 0.22
HSL 263.3º 0.9% 0.41% -
HSV(B) 263.3º 0.94% 0.78% -
XYZ 14.08 6.25 54.5 -
YUV 54.26 209.68 149.21 -
System Red Green Blue C M Y K H S L
Decimal 84 11 199 0.58 0.94 0 0.22 263.3 0.9 0.41
Hex 54 B C7 3A 5E 0 16 107 5A 29
Octal 124 13 307 72 136 0 26 407 132 51
Binary 1010100 1011 11000111 111010 1011110 0 10110 100000111 1011010 101001

Color Harmonies of #540BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540BC7

Black with #540BC7

Text Example


Text Example

White with #540BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540BC7; }

 p { color: rgb(84,11,199); }

 H1.HeaderClassName
 {
   color: #540BC7;
 }
 .AnyTagClassName
 {
   color: #540BC7;
 }
</style>

background-color css

<style>
 a { background-color: #540BC7; }

 a { background-color: rgb(84,11,199); }

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

border-color css

<style>
 span { border-color: #540BC7; }

 span { border-color: rgb(84,11,199); }

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