#62455E

Color #62455E Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #62455E

Tints of Purple Taupe #62455E

Color information

#62455E (or 0x62455E) is unknown color: approx Purple Taupe. HEX triplet: 62, 45 and 5E. RGB value is (98,69,94). Sum of RGB (Red+Green+Blue) = 98+69+94=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62455E is #9DBAA1. Grayscale: #505050. Windows color (decimal): -10336930 or 6178146. OLE color: 6178146.

HSL color Cylindrical-coordinate representation of color #62455E: hue angle of 308.28º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62455E is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB986994-
CMYK00.300.040.62
HSL308.28º17.37%32.75%-
HSV(B)308.28º29.59%38.43%-
XYZ9.197.6611.58-
YUV80.52135.61140.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=37.55%
G=26.44%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98699400.300.040.62308.2817.3732.75
Hex62455E01E43E1341121
Octal1421051360364764642141
Binary11000101000101101111001111010011111010011010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62455E;
 }
 .AnyTagClassName
 {
   color: #62455E;
 }
</style>
background-color css

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

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

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

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

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

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