Html Css Color HEX #540CB6 Purple Heart

📋 copy color: '#540CB6'

red 84 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #540CB6

Tints of Purple Heart #540CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 65.47%

R = 30.22%
G = 4.32%
B = 65.47%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#540CB6 (or 0x540CB6) is known color: Purple Heart. HEX triplet: 54, 0C and B6. RGB value is (84,12,182). Sum of RGB (Red+Green+Blue) = 84+12+182=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 182 (71.48% from 255 or 65.47% from 278); Max value from RGB is 182 - color contains mainly: blue. Hex color #540CB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CB6 is #ABF349. Grayscale: #343434. Windows color (decimal): -11268938 or 11930708. OLE color: 11930708.

HSL color Cylindrical-coordinate representation of color #540CB6: hue angle of 265.41º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540CB6 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 12 182 -
CMYK 0.54 0.93 0 0.29
HSL 265.41º 0.88% 0.38% -
HSV(B) 265.41º 0.93% 0.71% -
XYZ 12.23 5.53 44.68 -
YUV 52.91 200.85 150.18 -
System Red Green Blue C M Y K H S L
Decimal 84 12 182 0.54 0.93 0 0.29 265.41 0.88 0.38
Hex 54 C B6 36 5D 0 1D 109 58 26
Octal 124 14 266 66 135 0 35 411 130 46
Binary 1010100 1100 10110110 110110 1011101 0 11101 100001001 1011000 100110

Color Harmonies of #540CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540CB6

Black with #540CB6

Text Example


Text Example

White with #540CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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