Html Css Color HEX #613C55 Purple Taupe

📋 copy color: '#613C55'

red 97 ◦ green 60 ◦ blue 85

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

Shades of Purple Taupe #613C55

Tints of Purple Taupe #613C55

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.79%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 40.08%
G = 24.79%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#613C55 (or 0x613C55) is known color: Purple Taupe. HEX triplet: 61, 3C and 55. RGB value is (97,60,85). Sum of RGB (Red+Green+Blue) = 97+60+85=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 60 (23.83% from 255 or 24.79% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #613C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C55 is #9EC3AA. Grayscale: #494949. Windows color (decimal): -10404779 or 5586017. OLE color: 5586017.

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

Color convert

RGB 97 60 85 -
CMYK 0 0.38 0.12 0.62
HSL 319.46º 0.24% 0.31% -
HSV(B) 319.46º 0.38% 0.38% -
XYZ 8.19 6.43 9.4 -
YUV 73.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 97 60 85 0 0.38 0.12 0.62 319.46 0.24 0.31
Hex 61 3C 55 0 26 C 3E 13F 18 1F
Octal 141 74 125 0 46 14 76 477 30 37
Binary 1100001 111100 1010101 0 100110 1100 111110 100111111 11000 11111

Color Harmonies of #613C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C55

Black with #613C55

Text Example


Text Example

White with #613C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C55; }

 p { color: rgb(97,60,85); }

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

background-color css

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

 a { background-color: rgb(97,60,85); }

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

border-color css

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

 span { border-color: rgb(97,60,85); }

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