Html Css Color HEX #62465E Purple Taupe

📋 copy color: '#62465E'

red 98 ◦ green 70 ◦ blue 94

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

Shades of Purple Taupe #62465E

Tints of Purple Taupe #62465E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 37.4%
G = 26.72%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#62465E (or 0x62465E) is known color: Purple Taupe. HEX triplet: 62, 46 and 5E. RGB value is (98,70,94). Sum of RGB (Red+Green+Blue) = 98+70+94=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #62465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62465E is #9DB9A1. Grayscale: #515151. Windows color (decimal): -10336674 or 6178402. OLE color: 6178402.

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

Color convert

RGB 98 70 94 -
CMYK 0 0.29 0.04 0.62
HSL 308.57º 0.17% 0.33% -
HSV(B) 308.57º 0.29% 0.38% -
XYZ 9.25 7.79 11.6 -
YUV 81.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 98 70 94 0 0.29 0.04 0.62 308.57 0.17 0.33
Hex 62 46 5E 0 1D 4 3E 135 11 21
Octal 142 106 136 0 35 4 76 465 21 41
Binary 1100010 1000110 1011110 0 11101 100 111110 100110101 10001 100001

Color Harmonies of #62465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62465E

Black with #62465E

Text Example


Text Example

White with #62465E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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