Html Css Color HEX #540FBC Purple Heart

📋 copy color: '#540FBC'

red 84 ◦ green 15 ◦ blue 188

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

Shades of Purple Heart #540FBC

Tints of Purple Heart #540FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.23%

 BLUE value IS 188 (73.83% from 255) = 65.51%

R = 29.27%
G = 5.23%
B = 65.51%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#540FBC (or 0x540FBC) is known color: Purple Heart. HEX triplet: 54, 0F and BC. RGB value is (84,15,188). Sum of RGB (Red+Green+Blue) = 84+15+188=287 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.27% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #540FBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540FBC is #ABF043. Grayscale: #363636. Windows color (decimal): -11268164 or 12324692. OLE color: 12324692.

HSL color Cylindrical-coordinate representation of color #540FBC: hue angle of 263.93º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540FBC is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 15 188 -
CMYK 0.55 0.92 0 0.26
HSL 263.93º 0.85% 0.4% -
HSV(B) 263.93º 0.92% 0.74% -
XYZ 12.9 5.86 48.03 -
YUV 55.35 202.86 148.43 -
System Red Green Blue C M Y K H S L
Decimal 84 15 188 0.55 0.92 0 0.26 263.93 0.85 0.4
Hex 54 F BC 37 5C 0 1A 108 55 28
Octal 124 17 274 67 134 0 32 410 125 50
Binary 1010100 1111 10111100 110111 1011100 0 11010 100001000 1010101 101000

Color Harmonies of #540FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540FBC

Black with #540FBC

Text Example


Text Example

White with #540FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,15,188); }

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

background-color css

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

 a { background-color: rgb(84,15,188); }

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

border-color css

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

 span { border-color: rgb(84,15,188); }

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