Html Css Color HEX #540653 Hot Purple

📋 copy color: '#540653'

red 84 ◦ green 6 ◦ blue 83

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

Shades of Hot Purple #540653

Tints of Hot Purple #540653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

 BLUE value IS 83 (32.81% from 255) = 47.98%

R = 48.55%
G = 3.47%
B = 47.98%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#540653 (or 0x540653) is known color: Hot Purple. HEX triplet: 54, 06 and 53. RGB value is (84,6,83). Sum of RGB (Red+Green+Blue) = 84+6+83=173 (22% of max value = 765). Red value is 84 (33.20% from 255 or 48.55% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 83 (32.81% from 255 or 47.98% from 173); Max value from RGB is 84 - color contains mainly: red. Hex color #540653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540653 is #ABF9AC. Grayscale: #252525. Windows color (decimal): -11270573 or 5441108. OLE color: 5441108.

HSL color Cylindrical-coordinate representation of color #540653: hue angle of 300.77º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540653 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 83 -
CMYK 0 0.93 0.01 0.67
HSL 300.77º 0.87% 0.18% -
HSV(B) 300.77º 0.93% 0.33% -
XYZ 5.28 2.64 8.41 -
YUV 38.1 153.34 160.74 -
System Red Green Blue C M Y K H S L
Decimal 84 6 83 0 0.93 0.01 0.67 300.77 0.87 0.18
Hex 54 6 53 0 5D 1 43 12D 57 12
Octal 124 6 123 0 135 1 103 455 127 22
Binary 1010100 110 1010011 0 1011101 1 1000011 100101101 1010111 10010

Color Harmonies of #540653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #540653

Black with #540653

Text Example


Text Example

White with #540653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #540653; }

 p { color: rgb(84,6,83); }

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

background-color css

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

 a { background-color: rgb(84,6,83); }

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

border-color css

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

 span { border-color: rgb(84,6,83); }

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