Html Css Color HEX #62465C Purple Taupe

📋 copy color: '#62465C'

red 98 ◦ green 70 ◦ blue 92

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

Shades of Purple Taupe #62465C

Tints of Purple Taupe #62465C

RGB

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

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

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

R = 37.69%
G = 26.92%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#62465C (or 0x62465C) is known color: Purple Taupe. HEX triplet: 62, 46 and 5C. RGB value is (98,70,92). Sum of RGB (Red+Green+Blue) = 98+70+92=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #62465C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465C is #9DB9A3. Grayscale: #505050. Windows color (decimal): -10336676 or 6047330. OLE color: 6047330.

HSL color Cylindrical-coordinate representation of color #62465C: hue angle of 312.86º 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 #62465C is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 70 92 -
CMYK 0 0.29 0.06 0.62
HSL 312.86º 0.17% 0.33% -
HSV(B) 312.86º 0.29% 0.38% -
XYZ 9.16 7.75 11.14 -
YUV 80.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 98 70 92 0 0.29 0.06 0.62 312.86 0.17 0.33
Hex 62 46 5C 0 1D 6 3E 139 11 21
Octal 142 106 134 0 35 6 76 471 21 41
Binary 1100010 1000110 1011100 0 11101 110 111110 100111001 10001 100001

Color Harmonies of #62465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62465C

Black with #62465C

Text Example


Text Example

White with #62465C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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