Html Css Color HEX #540CCE Purple Heart

📋 copy color: '#540CCE'

red 84 ◦ green 12 ◦ blue 206

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

Shades of Purple Heart #540CCE

Tints of Purple Heart #540CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 27.81%
G = 3.97%
B = 68.21%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#540CCE (or 0x540CCE) is known color: Purple Heart. HEX triplet: 54, 0C and CE. RGB value is (84,12,206). Sum of RGB (Red+Green+Blue) = 84+12+206=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #540CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CCE is #ABF331. Grayscale: #363636. Windows color (decimal): -11268914 or 13503572. OLE color: 13503572.

HSL color Cylindrical-coordinate representation of color #540CCE: hue angle of 262.27º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CCE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 12 206 -
CMYK 0.59 0.94 0 0.19
HSL 262.27º 0.89% 0.43% -
HSV(B) 262.27º 0.94% 0.81% -
XYZ 14.93 6.6 58.88 -
YUV 55.64 212.85 148.23 -
System Red Green Blue C M Y K H S L
Decimal 84 12 206 0.59 0.94 0 0.19 262.27 0.89 0.43
Hex 54 C CE 3B 5E 0 13 106 59 2B
Octal 124 14 316 73 136 0 23 406 131 53
Binary 1010100 1100 11001110 111011 1011110 0 10011 100000110 1011001 101011

Color Harmonies of #540CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540CCE

Black with #540CCE

Text Example


Text Example

White with #540CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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