#613453

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

Shades of Purple Taupe #613453

Tints of Purple Taupe #613453

Color information

#613453 (or 0x613453) is unknown color: approx Purple Taupe. HEX triplet: 61, 34 and 53. RGB value is (97,52,83). Sum of RGB (Red+Green+Blue) = 97+52+83=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613453 is #9ECBAC. Grayscale: #444444. Windows color (decimal): -10406829 or 5452897. OLE color: 5452897.

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

Color convert

RGB975283-
CMYK00.460.140.62
HSL318.67º30.2%29.22%-
HSV(B)318.67º46.39%38.04%-
XYZ7.725.628.86-
YUV68.99135.91147.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 52 (20.70% from 255) = 22.41%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=41.81%
G=22.41%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97528300.460.140.62318.6730.229.22
Hex61345302EE3E13f1e1d
Octal1416412305616764773635
Binary11000011101001010011010111011101111101001111111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613453; }

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

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

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

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

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

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

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

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