Html Css Color HEX #542067 Scarlet Gum

📋 copy color: '#542067'

red 84 ◦ green 32 ◦ blue 103

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

Shades of Scarlet Gum #542067

Tints of Scarlet Gum #542067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 47.03%

R = 38.36%
G = 14.61%
B = 47.03%

CMYK

 C value IS 0.18

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#542067 (or 0x542067) is known color: Scarlet Gum. HEX triplet: 54, 20 and 67. RGB value is (84,32,103). Sum of RGB (Red+Green+Blue) = 84+32+103=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 103 (40.62% from 255 or 47.03% from 219); Max value from RGB is 103 - color contains mainly: blue. Hex color #542067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #542067 is #ABDF98. Grayscale: #373737. Windows color (decimal): -11263897 or 6758484. OLE color: 6758484.

HSL color Cylindrical-coordinate representation of color #542067: hue angle of 283.94º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #542067 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 32 103 -
CMYK 0.18 0.69 0 0.60
HSL 283.94º 0.53% 0.26% -
HSV(B) 283.94º 0.69% 0.4% -
XYZ 6.62 3.9 13.24 -
YUV 55.64 154.73 148.23 -
System Red Green Blue C M Y K H S L
Decimal 84 32 103 0.18 0.69 0 0.60 283.94 0.53 0.26
Hex 54 20 67 12 45 0 3C 11C 35 1A
Octal 124 40 147 22 105 0 74 434 65 32
Binary 1010100 100000 1100111 10010 1000101 0 111100 100011100 110101 11010

Color Harmonies of #542067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542067

Black with #542067

Text Example


Text Example

White with #542067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542067; }

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

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

background-color css

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

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

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

border-color css

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

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

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