Html Css Color HEX #540DB6 Purple Heart

📋 copy color: '#540DB6'

red 84 ◦ green 13 ◦ blue 182

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

Shades of Purple Heart #540DB6

Tints of Purple Heart #540DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.23%

R = 30.11%
G = 4.66%
B = 65.23%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#540DB6 (or 0x540DB6) is known color: Purple Heart. HEX triplet: 54, 0D and B6. RGB value is (84,13,182). Sum of RGB (Red+Green+Blue) = 84+13+182=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 182 (71.48% from 255 or 65.23% from 279); Max value from RGB is 182 - color contains mainly: blue. Hex color #540DB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DB6 is #ABF249. Grayscale: #343434. Windows color (decimal): -11268682 or 11930964. OLE color: 11930964.

HSL color Cylindrical-coordinate representation of color #540DB6: hue angle of 265.21º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540DB6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 13 182 -
CMYK 0.54 0.93 0 0.29
HSL 265.21º 0.87% 0.38% -
HSV(B) 265.21º 0.93% 0.71% -
XYZ 12.24 5.55 44.68 -
YUV 53.5 200.52 149.76 -
System Red Green Blue C M Y K H S L
Decimal 84 13 182 0.54 0.93 0 0.29 265.21 0.87 0.38
Hex 54 D B6 36 5D 0 1D 109 57 26
Octal 124 15 266 66 135 0 35 411 127 46
Binary 1010100 1101 10110110 110110 1011101 0 11101 100001001 1010111 100110

Color Harmonies of #540DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DB6

Black with #540DB6

Text Example


Text Example

White with #540DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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