Html Css Color HEX #62485F Purple Taupe

📋 copy color: '#62485F'

red 98 ◦ green 72 ◦ blue 95

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

Shades of Purple Taupe #62485F

Tints of Purple Taupe #62485F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.85%

R = 36.98%
G = 27.17%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#62485F (or 0x62485F) is known color: Purple Taupe. HEX triplet: 62, 48 and 5F. RGB value is (98,72,95). Sum of RGB (Red+Green+Blue) = 98+72+95=265 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.98% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 98 - color contains mainly: red. Hex color #62485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485F is #9DB7A0. Grayscale: #525252. Windows color (decimal): -10336161 or 6244450. OLE color: 6244450.

HSL color Cylindrical-coordinate representation of color #62485F: hue angle of 306.92º 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 #62485F is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 72 95 -
CMYK 0 0.27 0.03 0.62
HSL 306.92º 0.15% 0.33% -
HSV(B) 306.92º 0.27% 0.38% -
XYZ 9.42 8.06 11.89 -
YUV 82.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 98 72 95 0 0.27 0.03 0.62 306.92 0.15 0.33
Hex 62 48 5F 0 1B 3 3E 133 F 21
Octal 142 110 137 0 33 3 76 463 17 41
Binary 1100010 1001000 1011111 0 11011 11 111110 100110011 1111 100001

Color Harmonies of #62485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62485F

Black with #62485F

Text Example


Text Example

White with #62485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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