Html Css Color HEX #62485C Purple Taupe

📋 copy color: '#62485C'

red 98 ◦ green 72 ◦ blue 92

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

Shades of Purple Taupe #62485C

Tints of Purple Taupe #62485C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

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

R = 37.4%
G = 27.48%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62485C (or 0x62485C) is known color: Purple Taupe. HEX triplet: 62, 48 and 5C. RGB value is (98,72,92). Sum of RGB (Red+Green+Blue) = 98+72+92=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485C is #9DB7A3. Grayscale: #525252. Windows color (decimal): -10336164 or 6047842. OLE color: 6047842.

HSL color Cylindrical-coordinate representation of color #62485C: hue angle of 313.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62485C is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 72 92 -
CMYK 0 0.27 0.06 0.62
HSL 313.85º 0.15% 0.33% -
HSV(B) 313.85º 0.27% 0.38% -
XYZ 9.29 8 11.18 -
YUV 82.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 98 72 92 0 0.27 0.06 0.62 313.85 0.15 0.33
Hex 62 48 5C 0 1B 6 3E 13A F 21
Octal 142 110 134 0 33 6 76 472 17 41
Binary 1100010 1001000 1011100 0 11011 110 111110 100111010 1111 100001

Color Harmonies of #62485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62485C

Black with #62485C

Text Example


Text Example

White with #62485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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