Html Css Color HEX #613351 Purple Taupe

📋 copy color: '#613351'

red 97 ◦ green 51 ◦ blue 81

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

Shades of Purple Taupe #613351

Tints of Purple Taupe #613351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.27%

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

R = 42.36%
G = 22.27%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#613351 (or 0x613351) is known color: Purple Taupe. HEX triplet: 61, 33 and 51. RGB value is (97,51,81). Sum of RGB (Red+Green+Blue) = 97+51+81=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 97 - color contains mainly: red. Hex color #613351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613351 is #9ECCAE. Grayscale: #444444. Windows color (decimal): -10407087 or 5321569. OLE color: 5321569.

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

Color convert

RGB 97 51 81 -
CMYK 0 0.47 0.16 0.62
HSL 320.87º 0.31% 0.29% -
HSV(B) 320.87º 0.47% 0.38% -
XYZ 7.6 5.5 8.45 -
YUV 68.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 97 51 81 0 0.47 0.16 0.62 320.87 0.31 0.29
Hex 61 33 51 0 2F 10 3E 141 1F 1D
Octal 141 63 121 0 57 20 76 501 37 35
Binary 1100001 110011 1010001 0 101111 10000 111110 101000001 11111 11101

Color Harmonies of #613351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613351

Black with #613351

Text Example


Text Example

White with #613351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613351; }

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

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

background-color css

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

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

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

border-color css

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

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

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