Html Css Color HEX #613552 Purple Taupe

📋 copy color: '#613552'

red 97 ◦ green 53 ◦ blue 82

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

Shades of Purple Taupe #613552

Tints of Purple Taupe #613552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 41.81%
G = 22.84%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#613552 (or 0x613552) is known color: Purple Taupe. HEX triplet: 61, 35 and 52. RGB value is (97,53,82). Sum of RGB (Red+Green+Blue) = 97+53+82=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613552 is #9ECAAD. Grayscale: #454545. Windows color (decimal): -10406574 or 5387617. OLE color: 5387617.

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

Color convert

RGB 97 53 82 -
CMYK 0 0.45 0.15 0.62
HSL 320.45º 0.29% 0.29% -
HSV(B) 320.45º 0.45% 0.38% -
XYZ 7.73 5.7 8.68 -
YUV 69.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 97 53 82 0 0.45 0.15 0.62 320.45 0.29 0.29
Hex 61 35 52 0 2D F 3E 140 1D 1D
Octal 141 65 122 0 55 17 76 500 35 35
Binary 1100001 110101 1010010 0 101101 1111 111110 101000000 11101 11101

Color Harmonies of #613552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613552

Black with #613552

Text Example


Text Example

White with #613552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613552; }

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

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

background-color css

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

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

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

border-color css

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

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

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