#614458

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

Shades of Purple Taupe #614458

Tints of Purple Taupe #614458

Color information

#614458 (or 0x614458) is unknown color: approx Purple Taupe. HEX triplet: 61, 44 and 58. RGB value is (97,68,88). Sum of RGB (Red+Green+Blue) = 97+68+88=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614458 is #9EBBA7. Grayscale: #4E4E4E. Windows color (decimal): -10402728 or 5784673. OLE color: 5784673.

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

Color convert

RGB976888-
CMYK00.300.090.62
HSL318.62º17.58%32.35%-
HSV(B)318.62º29.9%38.04%-
XYZ8.767.3810.2-
YUV78.95133.11140.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 88 (34.77% from 255) = 34.78%
R=38.34%
G=26.88%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97688800.300.090.62318.6217.5832.35
Hex61445801E93E13f1220
Octal14110413003611764772240
Binary110000110001001011000011110100111111010011111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614458; }

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

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

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

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

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

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

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

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