#613452

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

Shades of Purple Taupe #613452

Tints of Purple Taupe #613452

Color information

#613452 (or 0x613452) is unknown color: approx Purple Taupe. HEX triplet: 61, 34 and 52. RGB value is (97,52,82). Sum of RGB (Red+Green+Blue) = 97+52+82=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613452 is #9ECBAD. Grayscale: #444444. Windows color (decimal): -10406830 or 5387361. OLE color: 5387361.

HSL color Cylindrical-coordinate representation of color #613452: hue angle of 320º 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 #613452 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB975282-
CMYK00.460.150.62
HSL320º30.2%29.22%-
HSV(B)320º46.39%38.04%-
XYZ7.685.618.66-
YUV68.88135.41148.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.99%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=41.99%
G=22.51%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97528200.460.150.6232030.229.22
Hex61345202EF3E1401e1d
Octal1416412205617765003635
Binary11000011101001010010010111011111111101010000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613452; }

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

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

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

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

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

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

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

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