Html Css Color HEX #540DB2 Purple Heart

📋 copy color: '#540DB2'

red 84 ◦ green 13 ◦ blue 178

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

Shades of Purple Heart #540DB2

Tints of Purple Heart #540DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 64.73%

R = 30.55%
G = 4.73%
B = 64.73%

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

#540DB2 (or 0x540DB2) is known color: Purple Heart. HEX triplet: 54, 0D and B2. RGB value is (84,13,178). Sum of RGB (Red+Green+Blue) = 84+13+178=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 178 (69.92% from 255 or 64.73% from 275); Max value from RGB is 178 - color contains mainly: blue. Hex color #540DB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540DB2 is #ABF24D. Grayscale: #343434. Windows color (decimal): -11268686 or 11668820. OLE color: 11668820.

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

Color convert

RGB 84 13 178 -
CMYK 0.53 0.93 0 0.30
HSL 265.82º 0.86% 0.37% -
HSV(B) 265.82º 0.93% 0.7% -
XYZ 11.84 5.39 42.54 -
YUV 53.04 198.52 150.08 -
System Red Green Blue C M Y K H S L
Decimal 84 13 178 0.53 0.93 0 0.30 265.82 0.86 0.37
Hex 54 D B2 35 5D 0 1E 10A 56 25
Octal 124 15 262 65 135 0 36 412 126 45
Binary 1010100 1101 10110010 110101 1011101 0 11110 100001010 1010110 100101

Color Harmonies of #540DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DB2

Black with #540DB2

Text Example


Text Example

White with #540DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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