Html Css Color HEX #62465A Purple Taupe

📋 copy color: '#62465A'

red 98 ◦ green 70 ◦ blue 90

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

Shades of Purple Taupe #62465A

Tints of Purple Taupe #62465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 90 (35.55% from 255) = 34.88%

R = 37.98%
G = 27.13%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#62465A (or 0x62465A) is known color: Purple Taupe. HEX triplet: 62, 46 and 5A. RGB value is (98,70,90). Sum of RGB (Red+Green+Blue) = 98+70+90=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 98 - color contains mainly: red. Hex color #62465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465A is #9DB9A5. Grayscale: #505050. Windows color (decimal): -10336678 or 5916258. OLE color: 5916258.

HSL color Cylindrical-coordinate representation of color #62465A: hue angle of 317.14º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62465A is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 70 90 -
CMYK 0 0.29 0.08 0.62
HSL 317.14º 0.17% 0.33% -
HSV(B) 317.14º 0.29% 0.38% -
XYZ 9.07 7.72 10.68 -
YUV 80.65 133.28 140.37 -
System Red Green Blue C M Y K H S L
Decimal 98 70 90 0 0.29 0.08 0.62 317.14 0.17 0.33
Hex 62 46 5A 0 1D 8 3E 13D 11 21
Octal 142 106 132 0 35 10 76 475 21 41
Binary 1100010 1000110 1011010 0 11101 1000 111110 100111101 10001 100001

Color Harmonies of #62465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62465A

Black with #62465A

Text Example


Text Example

White with #62465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62465A; }

 p { color: rgb(98,70,90); }

 H1.HeaderClassName
 {
   color: #62465A;
 }
 .AnyTagClassName
 {
   color: #62465A;
 }
</style>

background-color css

<style>
 a { background-color: #62465A; }

 a { background-color: rgb(98,70,90); }

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

border-color css

<style>
 span { border-color: #62465A; }

 span { border-color: rgb(98,70,90); }

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