Html Css Color HEX #540ACC Purple Heart

📋 copy color: '#540ACC'

red 84 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #540ACC

Tints of Purple Heart #540ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

 BLUE value IS 204 (80.08% from 255) = 68.46%

R = 28.19%
G = 3.36%
B = 68.46%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#540ACC (or 0x540ACC) is known color: Purple Heart. HEX triplet: 54, 0A and CC. RGB value is (84,10,204). Sum of RGB (Red+Green+Blue) = 84+10+204=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #540ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ACC is #ABF533. Grayscale: #353535. Windows color (decimal): -11269428 or 13371988. OLE color: 13371988.

HSL color Cylindrical-coordinate representation of color #540ACC: hue angle of 262.89º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540ACC is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 84 10 204 -
CMYK 0.59 0.95 0 0.2
HSL 262.89º 0.91% 0.42% -
HSV(B) 262.89º 0.95% 0.8% -
XYZ 14.66 6.46 57.6 -
YUV 54.24 212.52 149.23 -
System Red Green Blue C M Y K H S L
Decimal 84 10 204 0.59 0.95 0 0.2 262.89 0.91 0.42
Hex 54 A CC 3B 5F 0 14 107 5B 2A
Octal 124 12 314 73 137 0 24 407 133 52
Binary 1010100 1010 11001100 111011 1011111 0 10100 100000111 1011011 101010

Color Harmonies of #540ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540ACC

Black with #540ACC

Text Example


Text Example

White with #540ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,10,204); }

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

background-color css

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

 a { background-color: rgb(84,10,204); }

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

border-color css

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

 span { border-color: rgb(84,10,204); }

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