#624058

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

Shades of Purple Taupe #624058

Tints of Purple Taupe #624058

Color information

#624058 (or 0x624058) is unknown color: approx Purple Taupe. HEX triplet: 62, 40 and 58. RGB value is (98,64,88). Sum of RGB (Red+Green+Blue) = 98+64+88=250 (33% of max value = 765). Red value is 98 (38.67% from 255 or 39.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 98 - color contains mainly: red. Hex color #624058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624058 is #9DBFA7. Grayscale: #4C4C4C. Windows color (decimal): -10338216 or 5783650. OLE color: 5783650.

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

Color convert

RGB986488-
CMYK00.350.100.62
HSL317.65º20.99%31.76%-
HSV(B)317.65º34.69%38.43%-
XYZ8.636.9710.12-
YUV76.9134.26143.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 39.2%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=39.2%
G=25.6%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98648800.350.100.62317.6520.9931.76
Hex624058023A3E13e1520
Octal14210013004312764762540
Binary1100010100000010110000100011101011111010011111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624058; }

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

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

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

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

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

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

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

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