Html Css Color HEX #540DBA Purple Heart

📋 copy color: '#540DBA'

red 84 ◦ green 13 ◦ blue 186

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

Shades of Purple Heart #540DBA

Tints of Purple Heart #540DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.72%

R = 29.68%
G = 4.59%
B = 65.72%

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

#540DBA (or 0x540DBA) is known color: Purple Heart. HEX triplet: 54, 0D and BA. RGB value is (84,13,186). Sum of RGB (Red+Green+Blue) = 84+13+186=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #540DBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DBA is #ABF245. Grayscale: #353535. Windows color (decimal): -11268678 or 12193108. OLE color: 12193108.

HSL color Cylindrical-coordinate representation of color #540DBA: hue angle of 264.62º 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 #540DBA is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 13 186 -
CMYK 0.55 0.93 0 0.27
HSL 264.62º 0.87% 0.39% -
HSV(B) 264.62º 0.93% 0.73% -
XYZ 12.66 5.72 46.89 -
YUV 53.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 84 13 186 0.55 0.93 0 0.27 264.62 0.87 0.39
Hex 54 D BA 37 5D 0 1B 109 57 27
Octal 124 15 272 67 135 0 33 411 127 47
Binary 1010100 1101 10111010 110111 1011101 0 11011 100001001 1010111 100111

Color Harmonies of #540DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DBA

Black with #540DBA

Text Example


Text Example

White with #540DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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