Html Css Color HEX #542063 Scarlet Gum

📋 copy color: '#542063'

red 84 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #542063

Tints of Scarlet Gum #542063

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.88%

 BLUE value IS 99 (39.06% from 255) = 46.05%

R = 39.07%
G = 14.88%
B = 46.05%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#542063 (or 0x542063) is known color: Scarlet Gum. HEX triplet: 54, 20 and 63. RGB value is (84,32,99). Sum of RGB (Red+Green+Blue) = 84+32+99=215 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.07% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 99 (39.06% from 255 or 46.05% from 215); Max value from RGB is 99 - color contains mainly: blue. Hex color #542063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542063 is #ABDF9C. Grayscale: #363636. Windows color (decimal): -11263901 or 6496340. OLE color: 6496340.

HSL color Cylindrical-coordinate representation of color #542063: hue angle of 286.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #542063 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 32 99 -
CMYK 0.15 0.68 0 0.61
HSL 286.57º 0.51% 0.26% -
HSV(B) 286.57º 0.68% 0.39% -
XYZ 6.42 3.82 12.2 -
YUV 55.19 152.73 148.55 -
System Red Green Blue C M Y K H S L
Decimal 84 32 99 0.15 0.68 0 0.61 286.57 0.51 0.26
Hex 54 20 63 F 44 0 3D 11F 33 1A
Octal 124 40 143 17 104 0 75 437 63 32
Binary 1010100 100000 1100011 1111 1000100 0 111101 100011111 110011 11010

Color Harmonies of #542063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542063

Black with #542063

Text Example


Text Example

White with #542063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542063; }

 p { color: rgb(84,32,99); }

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

background-color css

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

 a { background-color: rgb(84,32,99); }

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

border-color css

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

 span { border-color: rgb(84,32,99); }

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