Html Css Color HEX #542663 Scarlet Gum

📋 copy color: '#542663'

red 84 ◦ green 38 ◦ blue 99

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

Shades of Scarlet Gum #542663

Tints of Scarlet Gum #542663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

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

R = 38.01%
G = 17.19%
B = 44.8%

CMYK

 C value IS 0.15

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#542663 (or 0x542663) is known color: Scarlet Gum. HEX triplet: 54, 26 and 63. RGB value is (84,38,99). Sum of RGB (Red+Green+Blue) = 84+38+99=221 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.01% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 99 (39.06% from 255 or 44.80% from 221); Max value from RGB is 99 - color contains mainly: blue. Hex color #542663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542663 is #ABD99C. Grayscale: #3A3A3A. Windows color (decimal): -11262365 or 6497876. OLE color: 6497876.

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

Color convert

RGB 84 38 99 -
CMYK 0.15 0.62 0 0.61
HSL 285.25º 0.45% 0.27% -
HSV(B) 285.25º 0.62% 0.39% -
XYZ 6.6 4.17 12.26 -
YUV 58.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 84 38 99 0.15 0.62 0 0.61 285.25 0.45 0.27
Hex 54 26 63 F 3E 0 3D 11D 2D 1B
Octal 124 46 143 17 76 0 75 435 55 33
Binary 1010100 100110 1100011 1111 111110 0 111101 100011101 101101 11011

Color Harmonies of #542663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542663

Black with #542663

Text Example


Text Example

White with #542663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542663; }

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

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

background-color css

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

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

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

border-color css

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

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

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