#634058

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

Shades of Purple Taupe #634058

Tints of Purple Taupe #634058

Color information

#634058 (or 0x634058) is unknown color: approx Purple Taupe. HEX triplet: 63, 40 and 58. RGB value is (99,64,88). Sum of RGB (Red+Green+Blue) = 99+64+88=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #634058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634058 is #9CBFA7. Grayscale: #4D4D4D. Windows color (decimal): -10272680 or 5783651. OLE color: 5783651.

HSL color Cylindrical-coordinate representation of color #634058: hue angle of 318.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634058 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB996488-
CMYK00.350.110.61
HSL318.86º21.47%31.96%-
HSV(B)318.86º35.35%38.82%-
XYZ8.747.0210.13-
YUV77.2134.1143.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.44%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=39.44%
G=25.50%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99648800.350.110.61318.8621.4731.96
Hex634058023B3D13f1520
Octal14310013004313754772540
Binary1100011100000010110000100011101111110110011111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634058; }

 p { color: rgb(99,64,88); }

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

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

 a { background-color: rgb(99,64,88); }

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

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

 span { border-color: rgb(99,64,88); }

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