Html Css Color HEX #540DCC Purple Heart

📋 copy color: '#540DCC'

red 84 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #540DCC

Tints of Purple Heart #540DCC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

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

R = 27.91%
G = 4.32%
B = 67.77%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#540DCC (or 0x540DCC) is known color: Purple Heart. HEX triplet: 54, 0D and CC. RGB value is (84,13,204). Sum of RGB (Red+Green+Blue) = 84+13+204=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #540DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DCC is #ABF233. Grayscale: #373737. Windows color (decimal): -11268660 or 13372756. OLE color: 13372756.

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

Color convert

RGB 84 13 204 -
CMYK 0.59 0.94 0 0.2
HSL 262.3º 0.88% 0.43% -
HSV(B) 262.3º 0.94% 0.8% -
XYZ 14.7 6.53 57.61 -
YUV 56 211.52 147.97 -
System Red Green Blue C M Y K H S L
Decimal 84 13 204 0.59 0.94 0 0.2 262.3 0.88 0.43
Hex 54 D CC 3B 5E 0 14 106 58 2B
Octal 124 15 314 73 136 0 24 406 130 53
Binary 1010100 1101 11001100 111011 1011110 0 10100 100000110 1011000 101011

Color Harmonies of #540DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540DCC

Black with #540DCC

Text Example


Text Example

White with #540DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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