Html Css Color HEX #62485B Purple Taupe

📋 copy color: '#62485B'

red 98 ◦ green 72 ◦ blue 91

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

Shades of Purple Taupe #62485B

Tints of Purple Taupe #62485B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.87%

R = 37.55%
G = 27.59%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62485B (or 0x62485B) is known color: Purple Taupe. HEX triplet: 62, 48 and 5B. RGB value is (98,72,91). Sum of RGB (Red+Green+Blue) = 98+72+91=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62485B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62485B is #9DB7A4. Grayscale: #515151. Windows color (decimal): -10336165 or 5982306. OLE color: 5982306.

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

Color convert

RGB 98 72 91 -
CMYK 0 0.27 0.07 0.62
HSL 316.15º 0.15% 0.33% -
HSV(B) 316.15º 0.27% 0.38% -
XYZ 9.24 7.99 10.95 -
YUV 81.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 98 72 91 0 0.27 0.07 0.62 316.15 0.15 0.33
Hex 62 48 5B 0 1B 7 3E 13C F 21
Octal 142 110 133 0 33 7 76 474 17 41
Binary 1100010 1001000 1011011 0 11011 111 111110 100111100 1111 100001

Color Harmonies of #62485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62485B

Black with #62485B

Text Example


Text Example

White with #62485B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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