Html Css Color HEX #540DB3 Purple Heart

📋 copy color: '#540DB3'

red 84 ◦ green 13 ◦ blue 179

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

Shades of Purple Heart #540DB3

Tints of Purple Heart #540DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 64.86%

R = 30.43%
G = 4.71%
B = 64.86%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#540DB3 (or 0x540DB3) is known color: Purple Heart. HEX triplet: 54, 0D and B3. RGB value is (84,13,179). Sum of RGB (Red+Green+Blue) = 84+13+179=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #540DB3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DB3 is #ABF24C. Grayscale: #343434. Windows color (decimal): -11268685 or 11734356. OLE color: 11734356.

HSL color Cylindrical-coordinate representation of color #540DB3: hue angle of 265.66º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540DB3 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 84 13 179 -
CMYK 0.53 0.93 0 0.30
HSL 265.66º 0.86% 0.38% -
HSV(B) 265.66º 0.93% 0.7% -
XYZ 11.94 5.43 43.07 -
YUV 53.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 84 13 179 0.53 0.93 0 0.30 265.66 0.86 0.38
Hex 54 D B3 35 5D 0 1E 10A 56 26
Octal 124 15 263 65 135 0 36 412 126 46
Binary 1010100 1101 10110011 110101 1011101 0 11110 100001010 1010110 100110

Color Harmonies of #540DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DB3

Black with #540DB3

Text Example


Text Example

White with #540DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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