Html Css Color HEX #540DBB Purple Heart

📋 copy color: '#540DBB'

red 84 ◦ green 13 ◦ blue 187

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

Shades of Purple Heart #540DBB

Tints of Purple Heart #540DBB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 187 (73.44% from 255) = 65.85%

R = 29.58%
G = 4.58%
B = 65.85%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#540DBB (or 0x540DBB) is known color: Purple Heart. HEX triplet: 54, 0D and BB. RGB value is (84,13,187). Sum of RGB (Red+Green+Blue) = 84+13+187=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 187 (73.44% from 255 or 65.85% from 284); Max value from RGB is 187 - color contains mainly: blue. Hex color #540DBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DBB is #ABF244. Grayscale: #353535. Windows color (decimal): -11268677 or 12258644. OLE color: 12258644.

HSL color Cylindrical-coordinate representation of color #540DBB: hue angle of 264.48º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540DBB is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 13 187 -
CMYK 0.55 0.93 0 0.27
HSL 264.48º 0.87% 0.39% -
HSV(B) 264.48º 0.93% 0.73% -
XYZ 12.77 5.76 47.45 -
YUV 54.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 84 13 187 0.55 0.93 0 0.27 264.48 0.87 0.39
Hex 54 D BB 37 5D 0 1B 108 57 27
Octal 124 15 273 67 135 0 33 410 127 47
Binary 1010100 1101 10111011 110111 1011101 0 11011 100001000 1010111 100111

Color Harmonies of #540DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DBB

Black with #540DBB

Text Example


Text Example

White with #540DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,13,187); }

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

background-color css

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

 a { background-color: rgb(84,13,187); }

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

border-color css

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

 span { border-color: rgb(84,13,187); }

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