Html Css Color HEX #542068 Scarlet Gum

📋 copy color: '#542068'

red 84 ◦ green 32 ◦ blue 104

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

Shades of Scarlet Gum #542068

Tints of Scarlet Gum #542068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 38.18%
G = 14.55%
B = 47.27%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#542068 (or 0x542068) is known color: Scarlet Gum. HEX triplet: 54, 20 and 68. RGB value is (84,32,104). Sum of RGB (Red+Green+Blue) = 84+32+104=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #542068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542068 is #ABDF97. Grayscale: #373737. Windows color (decimal): -11263896 or 6824020. OLE color: 6824020.

HSL color Cylindrical-coordinate representation of color #542068: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542068 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 84 32 104 -
CMYK 0.19 0.69 0 0.59
HSL 283.33º 0.53% 0.27% -
HSV(B) 283.33º 0.69% 0.41% -
XYZ 6.67 3.92 13.5 -
YUV 55.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 84 32 104 0.19 0.69 0 0.59 283.33 0.53 0.27
Hex 54 20 68 13 45 0 3B 11B 35 1B
Octal 124 40 150 23 105 0 73 433 65 33
Binary 1010100 100000 1101000 10011 1000101 0 111011 100011011 110101 11011

Color Harmonies of #542068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542068

Black with #542068

Text Example


Text Example

White with #542068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542068; }

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

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

background-color css

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

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

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

border-color css

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

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

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