Html Css Color HEX #540CB4 Purple Heart

📋 copy color: '#540CB4'

red 84 ◦ green 12 ◦ blue 180

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

Shades of Purple Heart #540CB4

Tints of Purple Heart #540CB4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 180 (70.7% from 255) = 65.22%

R = 30.43%
G = 4.35%
B = 65.22%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#540CB4 (or 0x540CB4) is known color: Purple Heart. HEX triplet: 54, 0C and B4. RGB value is (84,12,180). Sum of RGB (Red+Green+Blue) = 84+12+180=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 180 (70.70% from 255 or 65.22% from 276); Max value from RGB is 180 - color contains mainly: blue. Hex color #540CB4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CB4 is #ABF34B. Grayscale: #343434. Windows color (decimal): -11268940 or 11799636. OLE color: 11799636.

HSL color Cylindrical-coordinate representation of color #540CB4: hue angle of 265.71º degrees, saturation: 0.88, 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 #540CB4 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 12 180 -
CMYK 0.53 0.93 0 0.29
HSL 265.71º 0.88% 0.38% -
HSV(B) 265.71º 0.93% 0.71% -
XYZ 12.03 5.44 43.6 -
YUV 52.68 199.85 150.34 -
System Red Green Blue C M Y K H S L
Decimal 84 12 180 0.53 0.93 0 0.29 265.71 0.88 0.38
Hex 54 C B4 35 5D 0 1D 10A 58 26
Octal 124 14 264 65 135 0 35 412 130 46
Binary 1010100 1100 10110100 110101 1011101 0 11101 100001010 1011000 100110

Color Harmonies of #540CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540CB4

Black with #540CB4

Text Example


Text Example

White with #540CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,12,180); }

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

background-color css

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

 a { background-color: rgb(84,12,180); }

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

border-color css

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

 span { border-color: rgb(84,12,180); }

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