Html Css Color HEX #62495B Purple Taupe

📋 copy color: '#62495B'

red 98 ◦ green 73 ◦ blue 91

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

Shades of Purple Taupe #62495B

Tints of Purple Taupe #62495B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

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

R = 37.4%
G = 27.86%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#62495B (or 0x62495B) is known color: Purple Taupe. HEX triplet: 62, 49 and 5B. RGB value is (98,73,91). Sum of RGB (Red+Green+Blue) = 98+73+91=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62495B is #9DB6A4. Grayscale: #525252. Windows color (decimal): -10335909 or 5982562. OLE color: 5982562.

HSL color Cylindrical-coordinate representation of color #62495B: hue angle of 316.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62495B is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 73 91 -
CMYK 0 0.26 0.07 0.62
HSL 316.8º 0.15% 0.34% -
HSV(B) 316.8º 0.26% 0.38% -
XYZ 9.31 8.12 10.97 -
YUV 82.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 98 73 91 0 0.26 0.07 0.62 316.8 0.15 0.34
Hex 62 49 5B 0 1A 7 3E 13D F 22
Octal 142 111 133 0 32 7 76 475 17 42
Binary 1100010 1001001 1011011 0 11010 111 111110 100111101 1111 100010

Color Harmonies of #62495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62495B

Black with #62495B

Text Example


Text Example

White with #62495B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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