Html Css Color HEX #540ACB Purple Heart

📋 copy color: '#540ACB'

red 84 ◦ green 10 ◦ blue 203

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

Shades of Purple Heart #540ACB

Tints of Purple Heart #540ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 28.28%
G = 3.37%
B = 68.35%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#540ACB (or 0x540ACB) is known color: Purple Heart. HEX triplet: 54, 0A and CB. RGB value is (84,10,203). Sum of RGB (Red+Green+Blue) = 84+10+203=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #540ACB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ACB is #ABF534. Grayscale: #353535. Windows color (decimal): -11269429 or 13306452. OLE color: 13306452.

HSL color Cylindrical-coordinate representation of color #540ACB: hue angle of 263.01º 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 #540ACB is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 10 203 -
CMYK 0.59 0.95 0 0.20
HSL 263.01º 0.91% 0.42% -
HSV(B) 263.01º 0.95% 0.8% -
XYZ 14.54 6.41 56.97 -
YUV 54.13 212.02 149.31 -
System Red Green Blue C M Y K H S L
Decimal 84 10 203 0.59 0.95 0 0.20 263.01 0.91 0.42
Hex 54 A CB 3B 5F 0 14 107 5B 2A
Octal 124 12 313 73 137 0 24 407 133 52
Binary 1010100 1010 11001011 111011 1011111 0 10100 100000111 1011011 101010

Color Harmonies of #540ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540ACB

Black with #540ACB

Text Example


Text Example

White with #540ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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