Html Css Color HEX #613551 Purple Taupe

📋 copy color: '#613551'

red 97 ◦ green 53 ◦ blue 81

#613551
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #613551

Tints of Purple Taupe #613551

RGB

 RED value IS 97 (38.28% from 255) = 41.99%

 GREEN value IS 53 (21.09% from 255) = 22.94%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 41.99%
G = 22.94%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613551 (or 0x613551) is known color: Purple Taupe. HEX triplet: 61, 35 and 51. RGB value is (97,53,81). Sum of RGB (Red+Green+Blue) = 97+53+81=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #613551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613551 is #9ECAAE. Grayscale: #454545. Windows color (decimal): -10406575 or 5322081. OLE color: 5322081.

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

Color convert

RGB 97 53 81 -
CMYK 0 0.45 0.16 0.62
HSL 321.82º 0.29% 0.29% -
HSV(B) 321.82º 0.45% 0.38% -
XYZ 7.69 5.68 8.48 -
YUV 69.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 97 53 81 0 0.45 0.16 0.62 321.82 0.29 0.29
Hex 61 35 51 0 2D 10 3E 142 1D 1D
Octal 141 65 121 0 55 20 76 502 35 35
Binary 1100001 110101 1010001 0 101101 10000 111110 101000010 11101 11101

Color Harmonies of #613551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613551

Black with #613551

Text Example


Text Example

White with #613551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613551; }

 p { color: rgb(97,53,81); }

 H1.HeaderClassName
 {
   color: #613551;
 }
 .AnyTagClassName
 {
   color: #613551;
 }
</style>

background-color css

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

 a { background-color: rgb(97,53,81); }

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

border-color css

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

 span { border-color: rgb(97,53,81); }

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