Html Css Color HEX #613251 Purple Taupe

📋 copy color: '#613251'

red 97 ◦ green 50 ◦ blue 81

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

Shades of Purple Taupe #613251

Tints of Purple Taupe #613251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.93%

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

R = 42.54%
G = 21.93%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613251 (or 0x613251) is known color: Purple Taupe. HEX triplet: 61, 32 and 51. RGB value is (97,50,81). Sum of RGB (Red+Green+Blue) = 97+50+81=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 50 (19.92% from 255 or 21.93% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #613251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613251 is #9ECDAE. Grayscale: #434343. Windows color (decimal): -10407343 or 5321313. OLE color: 5321313.

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

Color convert

RGB 97 50 81 -
CMYK 0 0.48 0.16 0.62
HSL 320.43º 0.32% 0.29% -
HSV(B) 320.43º 0.48% 0.38% -
XYZ 7.56 5.42 8.43 -
YUV 67.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 97 50 81 0 0.48 0.16 0.62 320.43 0.32 0.29
Hex 61 32 51 0 30 10 3E 140 20 1D
Octal 141 62 121 0 60 20 76 500 40 35
Binary 1100001 110010 1010001 0 110000 10000 111110 101000000 100000 11101

Color Harmonies of #613251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613251

Black with #613251

Text Example


Text Example

White with #613251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613251; }

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

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

background-color css

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

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

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

border-color css

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

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

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