Html Css Color HEX #540AC8 Purple Heart

📋 copy color: '#540AC8'

red 84 ◦ green 10 ◦ blue 200

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

Shades of Purple Heart #540AC8

Tints of Purple Heart #540AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.03%

R = 28.57%
G = 3.4%
B = 68.03%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#540AC8 (or 0x540AC8) is known color: Purple Heart. HEX triplet: 54, 0A and C8. RGB value is (84,10,200). Sum of RGB (Red+Green+Blue) = 84+10+200=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 10 (4.30% from 255 or 3.40% from 294); Blue value is 200 (78.52% from 255 or 68.03% from 294); Max value from RGB is 200 - color contains mainly: blue. Hex color #540AC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540AC8 is #ABF537. Grayscale: #353535. Windows color (decimal): -11269432 or 13109844. OLE color: 13109844.

HSL color Cylindrical-coordinate representation of color #540AC8: hue angle of 263.37º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540AC8 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 84 10 200 -
CMYK 0.58 0.95 0 0.22
HSL 263.37º 0.9% 0.41% -
HSV(B) 263.37º 0.95% 0.78% -
XYZ 14.19 6.27 55.11 -
YUV 53.79 210.52 149.55 -
System Red Green Blue C M Y K H S L
Decimal 84 10 200 0.58 0.95 0 0.22 263.37 0.9 0.41
Hex 54 A C8 3A 5F 0 16 107 5A 29
Octal 124 12 310 72 137 0 26 407 132 51
Binary 1010100 1010 11001000 111010 1011111 0 10110 100000111 1011010 101001

Color Harmonies of #540AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540AC8

Black with #540AC8

Text Example


Text Example

White with #540AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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