#614258

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

Shades of Purple Taupe #614258

Tints of Purple Taupe #614258

Color information

#614258 (or 0x614258) is unknown color: approx Purple Taupe. HEX triplet: 61, 42 and 58. RGB value is (97,66,88). Sum of RGB (Red+Green+Blue) = 97+66+88=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614258 is #9EBDA7. Grayscale: #4D4D4D. Windows color (decimal): -10403240 or 5784161. OLE color: 5784161.

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

Color convert

RGB976688-
CMYK00.320.090.62
HSL317.42º19.02%31.96%-
HSV(B)317.42º31.96%38.04%-
XYZ8.647.1410.16-
YUV77.78133.77141.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.65%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=38.65%
G=26.29%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97668800.320.090.62317.4219.0231.96
Hex61425802093E13d1320
Octal14110213004011764752340
Binary1100001100001010110000100000100111111010011110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614258; }

 p { color: rgb(97,66,88); }

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

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

 a { background-color: rgb(97,66,88); }

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

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

 span { border-color: rgb(97,66,88); }

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