Html Css Color HEX #624A5C Purple Taupe

📋 copy color: '#624A5C'

red 98 ◦ green 74 ◦ blue 92

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

Shades of Purple Taupe #624A5C

Tints of Purple Taupe #624A5C

RGB

 RED value IS 98 (38.67% from 255) = 37.12%

 GREEN value IS 74 (29.3% from 255) = 28.03%

 BLUE value IS 92 (36.33% from 255) = 34.85%

R = 37.12%
G = 28.03%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#624A5C (or 0x624A5C) is known color: Purple Taupe. HEX triplet: 62, 4A and 5C. RGB value is (98,74,92). Sum of RGB (Red+Green+Blue) = 98+74+92=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 98 - color contains mainly: red. Hex color #624A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A5C is #9DB5A3. Grayscale: #535353. Windows color (decimal): -10335652 or 6048354. OLE color: 6048354.

HSL color Cylindrical-coordinate representation of color #624A5C: hue angle of 315º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #624A5C is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 74 92 -
CMYK 0 0.24 0.06 0.62
HSL 315º 0.14% 0.34% -
HSV(B) 315º 0.24% 0.38% -
XYZ 9.42 8.27 11.22 -
YUV 83.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 98 74 92 0 0.24 0.06 0.62 315 0.14 0.34
Hex 62 4A 5C 0 18 6 3E 13B E 22
Octal 142 112 134 0 30 6 76 473 16 42
Binary 1100010 1001010 1011100 0 11000 110 111110 100111011 1110 100010

Color Harmonies of #624A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #624A5C

Black with #624A5C

Text Example


Text Example

White with #624A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #624A5C; }

 p { color: rgb(98,74,92); }

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

background-color css

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

 a { background-color: rgb(98,74,92); }

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

border-color css

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

 span { border-color: rgb(98,74,92); }

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