#613653

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

Shades of Purple Taupe #613653

Tints of Purple Taupe #613653

Color information

#613653 (or 0x613653) is unknown color: approx Purple Taupe. HEX triplet: 61, 36 and 53. RGB value is (97,54,83). Sum of RGB (Red+Green+Blue) = 97+54+83=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613653 is #9EC9AC. Grayscale: #464646. Windows color (decimal): -10406317 or 5453409. OLE color: 5453409.

HSL color Cylindrical-coordinate representation of color #613653: hue angle of 319.53º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #613653 is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB975483-
CMYK00.440.140.62
HSL319.53º28.48%29.61%-
HSV(B)319.53º44.33%38.04%-
XYZ7.815.88.89-
YUV70.16135.25147.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 54 (21.48% from 255) = 23.08%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=41.45%
G=23.08%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97548300.440.140.62319.5328.4829.61
Hex61365302CE3E1401c1e
Octal1416612305416765003436
Binary11000011101101010011010110011101111101010000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613653; }

 p { color: rgb(97,54,83); }

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

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

 a { background-color: rgb(97,54,83); }

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

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

 span { border-color: rgb(97,54,83); }

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