Html Css Color HEX #540ABF Purple Heart

📋 copy color: '#540ABF'

red 84 ◦ green 10 ◦ blue 191

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

Shades of Purple Heart #540ABF

Tints of Purple Heart #540ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.02%

R = 29.47%
G = 3.51%
B = 67.02%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#540ABF (or 0x540ABF) is known color: Purple Heart. HEX triplet: 54, 0A and BF. RGB value is (84,10,191). Sum of RGB (Red+Green+Blue) = 84+10+191=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 191 (75% from 255 or 67.02% from 285); Max value from RGB is 191 - color contains mainly: blue. Hex color #540ABF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540ABF is #ABF540. Grayscale: #343434. Windows color (decimal): -11269441 or 12520020. OLE color: 12520020.

HSL color Cylindrical-coordinate representation of color #540ABF: hue angle of 264.53º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540ABF is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 10 191 -
CMYK 0.56 0.95 0 0.25
HSL 264.53º 0.9% 0.39% -
HSV(B) 264.53º 0.95% 0.75% -
XYZ 13.17 5.86 49.73 -
YUV 52.76 206.02 150.28 -
System Red Green Blue C M Y K H S L
Decimal 84 10 191 0.56 0.95 0 0.25 264.53 0.9 0.39
Hex 54 A BF 38 5F 0 19 109 5A 27
Octal 124 12 277 70 137 0 31 411 132 47
Binary 1010100 1010 10111111 111000 1011111 0 11001 100001001 1011010 100111

Color Harmonies of #540ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540ABF

Black with #540ABF

Text Example


Text Example

White with #540ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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